hg: jdk7/tl/jdk: 7008595: Class loader leak caused by keepAliveTimer thread in KeepAliveCache

2011-02-03 Thread chris . hegarty
Changeset: 3c86f24f7500 Author:chegar Date: 2011-02-03 10:10 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/3c86f24f7500 7008595: Class loader leak caused by keepAliveTimer thread in KeepAliveCache Reviewed-by: michaelm !

Re: Fix for JDK Double.parseDouble infinite loop

2011-02-03 Thread Ismael Juma
Andrew Haley aph@... writes: The post on http://www.exploringbinary.com/java-hangs-when-converting-2-2250738585072012e- 308/ Also see (filed more than a year ago): https://bugs.openjdk.java.net/show_bug.cgi?id=100119 Best, Ismael

Re: Fix for JDK Double.parseDouble infinite loop

2011-02-03 Thread Ismael Juma
Ismael Juma mlists@... writes: Also see (filed more than a year ago): https://bugs.openjdk.java.net/show_bug.cgi?id=100119 Oops, some of the newer messages were not visible on my reader for some reason. Sorry for the noise. Ismael

Auto Reply: core-libs-dev Digest, Vol 46, Issue 3

2011-02-03 Thread sonali . goel
This is an auto-reply. I am out of office and travelling with limited access to email. Please contact the following: Steve Sides - Rhino and JavaDoc for JDK7 Randy - Sponsor Revamp and JdkTests For urgent matters, please contact vita.santru...@oracle.com

hg: jdk7/tl/jdk: 6751021: TEST_BUG: race condition in the test java/lang/Runtime/exec/Duped.java

2011-02-03 Thread michael . x . mcmahon
Changeset: 68e3eba12afe Author:michaelm Date: 2011-02-03 12:57 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/68e3eba12afe 6751021: TEST_BUG: race condition in the test java/lang/Runtime/exec/Duped.java Reviewed-by: alanb ! test/java/lang/Runtime/exec/Duped.java

hg: jdk7/tl/jdk: 7014794: (file) lookupPrincipalByGroupName fails to find large NIS groups

2011-02-03 Thread alan . bateman
Changeset: e2a182adb30f Author:alanb Date: 2011-02-03 13:37 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/e2a182adb30f 7014794: (file) lookupPrincipalByGroupName fails to find large NIS groups Reviewed-by: chegar ! src/solaris/native/sun/nio/fs/UnixNativeDispatcher.c

RE: hg: jdk7/tl/jdk: 7008595: Class loader leak caused by keepAliveTimer thread in KeepAliveCache

2011-02-03 Thread Jason Mehrens
I understand why the previous code leaks but, why is a null value safe to use for the CCL? Is it because this code is part of the JDK (not ext classloader) or is it because no more class loading is done on that thread? For 3rd party libs, should the CCL be set to null or set to the

Re: hg: jdk7/tl/jdk: 7008595: Class loader leak caused by keepAliveTimer thread in KeepAliveCache

2011-02-03 Thread Chris Hegarty
On 02/ 3/11 05:56 PM, Jason Mehrens wrote: I understand why the previous code leaks but, why is a null value safe to use for the CCL? Is it because this code is part of the JDK (not ext classloader) or is it because no more class loading is done on that These are internal JDK implementation

hg: jdk7/tl/jdk: 6997561: A request for better error handling in JNDI

2011-02-03 Thread vincent . x . ryan
Changeset: 515512634eb4 Author:vinnie Date: 2011-02-03 19:09 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/515512634eb4 6997561: A request for better error handling in JNDI Reviewed-by: robm ! src/share/classes/com/sun/jndi/toolkit/ctx/Continuation.java +

hg: jdk7/tl/jdk: 7014645: Support perl style Unicode hex notation \x{...}

2011-02-03 Thread xueming . shen
Changeset: 035ecca4379c Author:sherman Date: 2011-02-03 13:49 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/035ecca4379c 7014645: Support perl style Unicode hex notation \x{...} Summary: Added the construct \x{...} for Unicode hex notation support Reviewed-by: alanb, okutsu

hg: jdk7/tl/jdk: 6968053: (launcher) hide exceptions under certain launcher failures

2011-02-03 Thread kumar . x . srinivasan
Changeset: 3c1eca364cc7 Author:ksrini Date: 2011-02-03 15:41 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/3c1eca364cc7 6968053: (launcher) hide exceptions under certain launcher failures Reviewed-by: mchung ! src/share/bin/java.c !

hg: jdk7/tl/jdk: 2 new changesets

2011-02-03 Thread vincent . x . ryan
Changeset: 1b5c838b8db8 Author:vinnie Date: 2011-02-04 00:33 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1b5c838b8db8 6989705: ECC security code native code compiler warnings Reviewed-by: alanb, ohair ! src/share/native/sun/security/ec/ECC_JNI.cpp !