- 07 6月, 2012 7 次提交
-
-
由 mduigou 提交于
Summary: Corrects a problem with HashMap.removeEntry() that caused a JCK test to fail Reviewed-by: mduigou Contributed-by: alan.bateman@oracle.com
-
由 weijun 提交于
Reviewed-by: mullan
-
由 alanb 提交于
Reviewed-by: alanb, chegar, forax, mduigou Contributed-by: dbelfer@gmail.com
-
由 xuelei 提交于
Summary: take care of integer addition overflow Reviewed-by: xuelei, wetmore Contributed-by: NJonathan Lu <luchsh@linux.vnet.ibm.com>
-
由 xuelei 提交于
Reviewed-by: weijun
-
由 khazra 提交于
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
-
由 alanb 提交于
Reviewed-by: coffeys, chegar
-
- 05 6月, 2012 2 次提交
- 04 6月, 2012 1 次提交
-
-
由 littlee 提交于
Reviewed-by: dholmes, mduigou
-
- 01 6月, 2012 1 次提交
-
-
由 mduigou 提交于
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
-
- 31 5月, 2012 2 次提交
-
-
由 mduigou 提交于
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
-
由 mullan 提交于
6637288: Add OCSP support to PKIX CertPathBuilder implementation 7126011: ReverseBuilder.getMatchingCACerts may throws NPE Reviewed-by: xuelei
-
- 30 5月, 2012 2 次提交
- 26 5月, 2012 1 次提交
-
-
由 ihse 提交于
Reviewed-by: ohair, erikj
-
- 24 5月, 2012 1 次提交
-
-
由 jgish 提交于
Summary: update javadoc for NumberFormatException Reviewed-by: alanb
-
- 25 5月, 2012 4 次提交
- 24 5月, 2012 4 次提交
-
-
由 jgish 提交于
Summary: update javadoc for IllegalArgumentException and NumberFormatException Reviewed-by: alanb
-
由 alanb 提交于
Reviewed-by: chegar, coffeys
-
由 nloodin 提交于
Reviewed-by: jrose, sspitsyn
-
由 khazra 提交于
Summary: Enable Windows Version 6.2 to be recognized as Windows 8 Reviewed-by: darcy, dholmes, alanb, chegar
-
- 23 5月, 2012 1 次提交
-
-
由 weijun 提交于
Reviewed-by: valeriep
-
- 22 5月, 2012 2 次提交
- 21 5月, 2012 3 次提交
- 19 5月, 2012 1 次提交
-
-
由 valeriep 提交于
Summary: Remove SHA224withRSA signature from SunMSCAPI provider due to lack of windows support. Reviewed-by: vinnie
-
- 18 5月, 2012 8 次提交
-
-
由 dcherepanov 提交于
Reviewed-by: art
-
由 robm 提交于
Reviewed-by: alanb, dsamersoff
-
由 ant 提交于
Summary: forward posrt from 7u4 Reviewed-by: art
-
由 ant 提交于
Summary: forward port from 7u4 Reviewed-by: art
-
由 ant 提交于
7125044: [macosx] Test failure because Component.transferFocus() works differently in applet and application. Summary: forward port from 7u4 Reviewed-by: art
-
由 ant 提交于
Summary: forward posrt from 7u4 Reviewed-by: anthony
-
由 ant 提交于
Summary: forward port from 7u4 Reviewed-by: anthony
-
由 mduigou 提交于
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
-