hg: jdk7/hotspot-rt/hotspot: 2 new changesets

2011-02-03 Thread coleen . phillimore
Changeset: d28def44457d Author:coleenp Date: 2011-02-03 21:30 -0500 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/d28def44457d 7017009: Secondary out of c-heap memory error reporting out of memory Summary: Use os::malloc() to allocate buffer to read elf symbols and che

hg: jdk7/hotspot-rt: 11 new changesets

2011-02-03 Thread john . coomes
Changeset: f722c246ce71 Author:mchung Date: 2011-01-20 22:16 -0800 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/rev/f722c246ce71 7013739: jdk_rmi target is missing in the top repo's test/Makefile Reviewed-by: ohair, igor ! test/Makefile Changeset: 65e6601596e2 Author:lana D

hg: jdk7/hotspot-rt/jdk: 92 new changesets

2011-02-03 Thread john . coomes
Changeset: 63f5c7704faa Author:prr Date: 2011-01-12 15:58 -0800 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/jdk/rev/63f5c7704faa 6958221: java.awt.Font.getFamily() leads to JVM crash on Linux on JDK7 for "custom" fonts Reviewed-by: igor, jgodinez ! make/sun/awt/mapfile-mawt-ve

hg: jdk7/hotspot-rt/jaxws: Added tag jdk7-b128 for changeset 88d74afc5593

2011-02-03 Thread john . coomes
Changeset: 0f7b39ad9024 Author:cl Date: 2011-02-03 17:22 -0800 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/jaxws/rev/0f7b39ad9024 Added tag jdk7-b128 for changeset 88d74afc5593 ! .hgtags

hg: jdk7/hotspot-rt/jaxp: Added tag jdk7-b128 for changeset a42c6132c746

2011-02-03 Thread john . coomes
Changeset: f5b60c5a310f Author:cl Date: 2011-02-03 17:22 -0800 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/jaxp/rev/f5b60c5a310f Added tag jdk7-b128 for changeset a42c6132c746 ! .hgtags

hg: jdk7/hotspot-rt/corba: Added tag jdk7-b128 for changeset 9baa8f94a11d

2011-02-03 Thread john . coomes
Changeset: 3ff9acc7cc06 Author:cl Date: 2011-02-03 17:22 -0800 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/corba/rev/3ff9acc7cc06 Added tag jdk7-b128 for changeset 9baa8f94a11d ! .hgtags

hg: jdk7/hotspot-rt/hotspot: 6766644: Redefinition of compiled method fails with assertion "Can not load classes with the Compiler thread"

2011-02-03 Thread keith . mcguigan
Changeset: bf8517f4e4d0 Author:kamg Date: 2011-02-02 14:38 -0500 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/bf8517f4e4d0 6766644: Redefinition of compiled method fails with assertion "Can not load classes with the Compiler thread" Summary: Defer posting events from

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 ! src/share/native/sun/s

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 ! src/share/classes/sun/launcher/LauncherHe

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: 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 + test/com/sun/jndi/

hg: jdk7/hotspot-rt/hotspot: 7012088: jump to 0 address because of lack of memory ordering in SignatureHandlerLibrary::add

2011-02-03 Thread coleen . phillimore
Changeset: face83fc8882 Author:coleenp Date: 2011-02-02 18:38 -0500 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/face83fc8882 7012088: jump to 0 address because of lack of memory ordering in SignatureHandlerLibrary::add Summary: Write method signature handler under l

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

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: 6887710: Jar index should avoid putting META-INF in the INDEX.LIST

2011-02-03 Thread chris . hegarty
Changeset: 0f5dc2fc81b1 Author:chegar Date: 2011-02-03 11:56 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/0f5dc2fc81b1 6887710: Jar index should avoid putting META-INF in the INDEX.LIST Reviewed-by: michaelm ! src/share/classes/sun/misc/JarIndex.java + test/sun/misc/JarInd

hg: jdk7/tl/jdk: 7016897: Copyright header correction : test/sun/security/provider/SeedGenerator/SeedGeneratorChoice.java

2011-02-03 Thread sean . coffey
Changeset: dff9b6d18628 Author:coffeys Date: 2011-02-03 11:28 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/dff9b6d18628 7016897: Copyright header correction : test/sun/security/provider/SeedGenerator/SeedGeneratorChoice.java Reviewed-by: vinnie ! test/sun/security/provide

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 ! src/share/classes/sun/net/www/http/KeepAliveCache.jav

hg: jdk7/tl/langtools: 4 new changesets

2011-02-03 Thread maurizio . cimadamore
Changeset: 899f7c3d9426 Author:mcimadamore Date: 2011-02-03 09:35 + URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/899f7c3d9426 6594914: @SuppressWarnings("deprecation") does not not work for the type of a variable Summary: Lint warnings generated during MemberEnter migh