Re: Code Review 7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi

2011-01-21 Thread Chris Hegarty
On 01/20/11 04:33 PM, Alan Bateman wrote: ... One small suggestion is to rename B6442088.java while you are there (it looks odd given that the rest of the tests have proper names). All tests now have "real" names, and I updated the @build to @compile to compile with -XDignore.symbol.file=true

Re: Code Review 7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi

2011-01-21 Thread Alan Bateman
Chris Hegarty wrote: On 01/20/11 04:33 PM, Alan Bateman wrote: ... One small suggestion is to rename B6442088.java while you are there (it looks odd given that the rest of the tests have proper names). All tests now have "real" names, and I updated the @build to @compile to compile with -XDi

Re: Code Review 7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi

2011-01-21 Thread Michael McMahon
Alan Bateman wrote: Chris Hegarty wrote: On 01/20/11 04:33 PM, Alan Bateman wrote: ... One small suggestion is to rename B6442088.java while you are there (it looks odd given that the rest of the tests have proper names). All tests now have "real" names, and I updated the @build to @compile

hg: jdk7/tl/jdk: 2 new changesets

2011-01-21 Thread chris . hegarty
Changeset: 2a8d1a0a2418 Author:chegar Date: 2011-01-21 17:02 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/2a8d1a0a2418 7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi Reviewed-by: alanb, michaelm ! src/share/classes/java/net/InetAd

hg: jdk7/tl/jdk: 2 new changesets

2011-01-21 Thread mandy . chung
Changeset: f26d1a7fe4d2 Author:mchung Date: 2011-01-21 09:43 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f26d1a7fe4d2 6912013: Remove the temporary launcher fix to add modules in the bootclasspath Reviewed-by: ksrini ! src/share/bin/java.c ! src/share/bin/java.h ! src/sha

hg: jdk7/tl/jdk: 2 new changesets

2011-01-21 Thread zhengyu . gu
Changeset: 2381e810330b Author:zgu Date: 2011-01-20 10:45 -0500 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/2381e810330b 6983248: net/net001 and net/net003 fail on WinXP with JDK7-B108 Summary: Using closesocket to close socket handler to avoid invalid C runtime parameter excep