Wed, 06 Jun 2012 11:37:08 -0700 7173645: (props) System.getProperty("os.name") should return "Windows Server 2012" for Windows Server 2012
khazra [Wed, 06 Jun 2012 11:37:08 -0700] rev 12873
7173645: (props) System.getProperty("os.name") should return "Windows Server 2012" for Windows Server 2012 Summary: Enable Windows Server 2012 to be recognized as "os.name" Reviewed-by: alanb, dholmes, chegar
Wed, 06 Jun 2012 17:59:29 +0100 7172826: (se) Selector based on the Solaris event port mechanism
alanb [Wed, 06 Jun 2012 17:59:29 +0100] rev 12872
7172826: (se) Selector based on the Solaris event port mechanism Reviewed-by: coffeys, chegar
Wed, 06 Jun 2012 10:05:54 +0800 7174351: test/sun/security/tools/keytool/standard.sh failed after new Hashtable
weijun [Wed, 06 Jun 2012 10:05:54 +0800] rev 12871
7174351: test/sun/security/tools/keytool/standard.sh failed after new Hashtable Reviewed-by: xuelei
Tue, 05 Jun 2012 17:40:02 -0700 Merge
lana [Tue, 05 Jun 2012 17:40:02 -0700] rev 12870
Merge
Tue, 05 Jun 2012 12:11:58 -0700 6183404: Many eudc characters are incorrectly mapped in MS936 and GBK converter
sherman [Tue, 05 Jun 2012 12:11:58 -0700] rev 12869
6183404: Many eudc characters are incorrectly mapped in MS936 and GBK converter Summary: updated MS936 and GBK mappings Reviewed-by: alanb
Tue, 05 Jun 2012 12:47:36 +0100 7173515: (se) Selector.open fails with OOME on Solaris when unlimited file descriptors
alanb [Tue, 05 Jun 2012 12:47:36 +0100] rev 12868
7173515: (se) Selector.open fails with OOME on Solaris when unlimited file descriptors Reviewed-by: coffeys, chegar
Tue, 05 Jun 2012 17:11:26 +0800 7172701: KDC tests cleanup
weijun [Tue, 05 Jun 2012 17:11:26 +0800] rev 12867
7172701: KDC tests cleanup Reviewed-by: xuelei
Tue, 05 Jun 2012 10:16:22 +0800 7173044: MemoryMonitor hangs if getMax method in MemoryUsage object returns -1
zhouyx [Tue, 05 Jun 2012 10:16:22 +0800] rev 12866
7173044: MemoryMonitor hangs if getMax method in MemoryUsage object returns -1 Reviewed-by: dholmes, sspitsyn
Mon, 04 Jun 2012 18:06:45 +0800 7173036: test/com/sun/jdi/ConnectedVMs.java does not run as expected
weijun [Mon, 04 Jun 2012 18:06:45 +0800] rev 12865
7173036: test/com/sun/jdi/ConnectedVMs.java does not run as expected Reviewed-by: alanb
Mon, 04 Jun 2012 16:30:35 +0800 7166055: Javadoc for WeakHashMap contains misleading advice
littlee [Mon, 04 Jun 2012 16:30:35 +0800] rev 12864
7166055: Javadoc for WeakHashMap contains misleading advice Reviewed-by: dholmes, mduigou
Fri, 01 Jun 2012 00:05:21 -0700 7173432: Handle null key at HashMap resize
mduigou [Fri, 01 Jun 2012 00:05:21 -0700] rev 12863
7173432: Handle null key at HashMap resize Summary: If the key to be inserted into a HashMap is null and the table needs to be resized as part of the insertion then addEntry will try to recalculate the hash of a null key. This will fail with an NPE. Reviewed-by: darcy
Thu, 31 May 2012 17:10:57 -0400 Merge
mullan [Thu, 31 May 2012 17:10:57 -0400] rev 12862
Merge
Thu, 31 May 2012 17:07:28 -0400 Merge
mullan [Thu, 31 May 2012 17:07:28 -0400] rev 12861
Merge
Wed, 30 May 2012 17:19:46 -0400 6854712: Revocation checking enhancements (JEP-124)
mullan [Wed, 30 May 2012 17:19:46 -0400] rev 12860
6854712: Revocation checking enhancements (JEP-124) 6637288: Add OCSP support to PKIX CertPathBuilder implementation 7126011: ReverseBuilder.getMatchingCACerts may throws NPE Reviewed-by: xuelei
Wed, 30 May 2012 22:18:37 -0700 7126277: Alternative String hashing implementation
mduigou [Wed, 30 May 2012 22:18:37 -0700] rev 12859
7126277: Alternative String hashing implementation Summary: All of the hashing based Map implementations: HashMap, Hashtable, LinkedHashMap, WeakHashMap and ConcurrentHashMap are modified to use an enhanced hashing algorithm for string keys when the capacity of the hash table has ever grown beyond 512 entries. The enhanced hashing implementation uses the murmur3 hashing algorithm along with random hash seeds and index masks. These enhancements mitigate cases where colliding String hash values could result in a performance bottleneck. Reviewed-by: alanb, forax, dl
Thu, 17 May 2012 10:06:19 -0700 6924259: Remove offset and count fields from java.lang.String
mduigou [Thu, 17 May 2012 10:06:19 -0700] rev 12858
6924259: Remove offset and count fields from java.lang.String Summary: Removes the use of shared character array buffers by String along with the two fields needed to support the use of shared buffers. Reviewed-by: alanb, mduigou, forax, briangoetz Contributed-by: brian.doherty@oracle.com
Tue, 29 May 2012 14:56:48 -0700 7168401: pack200 does not produce a compatible pack file for JDK7 classes if indy is not present
ksrini [Tue, 29 May 2012 14:56:48 -0700] rev 12857
7168401: pack200 does not produce a compatible pack file for JDK7 classes if indy is not present Reviewed-by: jrose
Tue, 29 May 2012 13:16:17 -0700 7171591: getDefaultScopeID() in src/solaris/native/java/net/net_util_md.c should return a value
khazra [Tue, 29 May 2012 13:16:17 -0700] rev 12856
7171591: getDefaultScopeID() in src/solaris/native/java/net/net_util_md.c should return a value Summary: Use CHECK_NULL_RETURN instead of CHECK_NULL Reviewed-by: alanb
Tue, 29 May 2012 09:42:09 +0800 7172177: test/java/util/TimeZone/DstTzTest.java failing on all platforms
littlee [Tue, 29 May 2012 09:42:09 +0800] rev 12855
7172177: test/java/util/TimeZone/DstTzTest.java failing on all platforms Reviewed-by: alanb, okutsu
Fri, 25 May 2012 16:32:02 -0700 Merge
lana [Fri, 25 May 2012 16:32:02 -0700] rev 12854
Merge
Fri, 25 May 2012 08:20:12 -0700 7170449: Management is completely broken at least on Solaris 11 X86
dcubed [Fri, 25 May 2012 08:20:12 -0700] rev 12853
7170449: Management is completely broken at least on Solaris 11 X86 Summary: Work around 'gobjcopy' failures on Solaris by adding temporary tools to add the '.gnu_debuglink' section and remove the SHF_ALLOC flag from "empty" section headers. Reviewed-by: sspitsyn, acorn
Thu, 24 May 2012 11:11:37 -0400 7171474: Incorrect @see tags in java.lang.NumberFormatException javadoc
jgish [Thu, 24 May 2012 11:11:37 -0400] rev 12852
7171474: Incorrect @see tags in java.lang.NumberFormatException javadoc Summary: update javadoc for NumberFormatException Reviewed-by: alanb
Fri, 25 May 2012 12:24:57 +0200 7017818: NLS: JConsoleResources.java cannot be handled by translation team
egahlin [Fri, 25 May 2012 12:24:57 +0200] rev 12851
7017818: NLS: JConsoleResources.java cannot be handled by translation team Reviewed-by: mchung, mfang
Fri, 25 May 2012 14:32:07 +0800 7171028: dots are missed in the datetime for Slovanian
youdwei [Fri, 25 May 2012 14:32:07 +0800] rev 12850
7171028: dots are missed in the datetime for Slovanian Reviewed-by: yhuang
Fri, 25 May 2012 13:28:40 +0800 7094176: (tz) Incorrect TimeZone display name when DST not applicable / disabled
youdwei [Fri, 25 May 2012 13:28:40 +0800] rev 12849
7094176: (tz) Incorrect TimeZone display name when DST not applicable / disabled Reviewed-by: okutsu
Thu, 24 May 2012 19:00:16 -0700 7117230: clean up warnings in java.text
dbhole [Thu, 24 May 2012 19:00:16 -0700] rev 12848
7117230: clean up warnings in java.text Reviewed-by: jrose, smarks
Thu, 24 May 2012 10:20:28 -0400 Merge
nloodin [Thu, 24 May 2012 10:20:28 -0400] rev 12847
Merge
Thu, 24 May 2012 09:32:25 +0200 7143353: -Xrunhprof fails in Java 7 due to bad switch
nloodin [Thu, 24 May 2012 09:32:25 +0200] rev 12846
7143353: -Xrunhprof fails in Java 7 due to bad switch Reviewed-by: jrose, sspitsyn
Thu, 24 May 2012 14:44:40 +0100 7160725: Strange or obsolete @see tags in some exception java.lang javadoc
jgish [Thu, 24 May 2012 14:44:40 +0100] rev 12845
7160725: Strange or obsolete @see tags in some exception java.lang javadoc Summary: update javadoc for IllegalArgumentException and NumberFormatException Reviewed-by: alanb
Thu, 24 May 2012 10:57:21 +0100 7169050: (se) Selector.select slow on Solaris due to insertion of POLLREMOVE and 0 events
alanb [Thu, 24 May 2012 10:57:21 +0100] rev 12844
7169050: (se) Selector.select slow on Solaris due to insertion of POLLREMOVE and 0 events Reviewed-by: chegar, coffeys
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip