hg: jdk8/tl/jdk: 6978200: ServerSocket.toString include "port=0" in the returned String

2011-08-16 Thread chris . hegarty
Changeset: 809e8db0c142 Author:chegar Date: 2011-07-29 10:55 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/809e8db0c142 6978200: ServerSocket.toString include "port=0" in the returned String Summary: Removal of "port=0" from ServerSocket.toString method Reviewed-by: alanb, c

hg: jdk8/tl/hotspot: 82 new changesets

2011-08-16 Thread lana . steuck
Changeset: 2b27ef5c2173 Author:kvn Date: 2011-05-20 12:46 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/2b27ef5c2173 7046096: SEGV IN C2 WITH 6U25 Summary: Missing fail flag set in strings concatenation code. Reviewed-by: never ! src/share/vm/opto/stringopts.cpp Change

hg: jdk8/tl/jdk: 6380161: (reflect) Exception from newInstance() not chained to cause.

2011-08-16 Thread joe . darcy
Changeset: d4ab25d65adb Author:darcy Date: 2011-08-08 09:07 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d4ab25d65adb 6380161: (reflect) Exception from newInstance() not chained to cause. Reviewed-by: dholmes, lancea, forax ! src/share/classes/java/lang/Class.java

Re: Socket InputStream.available may return a positive value after shutdown

2011-08-16 Thread Chris Hegarty
Here is a first stab at fixing this issue. http://cr.openjdk.java.net/~chegar/7014860/webrev.00/webrev/ -Chris. On 07/21/11 09:42 AM, Jing LV wrote: Hi, Thank you Chris! Would you please send the link when you have some progress? 于 2011-7-18 18:00, Chris Hegarty 写道: On 07/18/11 09:09 AM,