- 19 6月, 2012 1 次提交
-
-
由 okutsu 提交于
Reviewed-by: naoto
-
- 15 6月, 2012 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: weijun, coffeys Contributed-by: edvard.wendelin@oracle.com
-
- 14 6月, 2012 1 次提交
-
-
由 mduigou 提交于
Summary: several minor optimizations to hashing methods used by hash map classes Reviewed-by: dholmes
-
- 08 6月, 2012 2 次提交
- 07 6月, 2012 3 次提交
-
-
由 mduigou 提交于
Summary: Corrects a problem with HashMap.removeEntry() that caused a JCK test to fail Reviewed-by: mduigou Contributed-by: alan.bateman@oracle.com
-
由 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>
-
- 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
-
- 26 5月, 2012 1 次提交
-
-
由 ant 提交于
Reviewed-by: art
-
- 24 5月, 2012 1 次提交
-
-
由 jgish 提交于
Summary: update javadoc for NumberFormatException Reviewed-by: alanb
-
- 25 5月, 2012 1 次提交
-
-
由 dbhole 提交于
Reviewed-by: jrose, smarks
-
- 24 5月, 2012 1 次提交
-
-
由 jgish 提交于
Summary: update javadoc for IllegalArgumentException and NumberFormatException Reviewed-by: alanb
-
- 22 5月, 2012 1 次提交
-
-
由 ant 提交于
Reviewed-by: art
-
- 19 5月, 2012 1 次提交
-
-
由 jrose 提交于
Summary: Base SecurityManager checks on either of Lookup.lookupClass or caller class; also clarify Lookup access checks. Reviewed-by: twisti
-
- 18 5月, 2012 2 次提交
-
-
由 ant 提交于
7125044: [macosx] Test failure because Component.transferFocus() works differently in applet and application. Summary: forward port from 7u4 Reviewed-by: art
-
由 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
-
- 16 5月, 2012 2 次提交
-
-
由 alanb 提交于
Reviewed-by: mduigou, forax
-
由 dcherepanov 提交于
Reviewed-by: anthony, swingler
-
- 12 5月, 2012 2 次提交
- 11 5月, 2012 1 次提交
-
-
由 serb 提交于
Reviewed-by: art, anthony
-
- 10 5月, 2012 1 次提交
-
-
由 khazra 提交于
Summary: Insert null argument check in AbstractPreferences.remove() Reviewed-by: dholmes, chegar, alanb
-
- 09 5月, 2012 2 次提交
-
-
由 valeriep 提交于
Summary: Add support for SHA-224, SHA224withRSA, SHA224withECDSA, HmacSHA224 and OAEPwithSHA-224AndMGF1Padding. Reviewed-by: vinnie
-
由 sherman 提交于
7014640: To add a metachar \R for line ending and character classes for vertical/horizontal ws \v \V \h \H Summary: added propsoed constructs Reviewed-by: alanb
-
- 08 5月, 2012 1 次提交
-
-
由 dholmes 提交于
Summary: Perform class.getField inside a doPrivileged block Reviewed-by: chegar, psandoz
-
- 04 5月, 2012 1 次提交
-
-
由 bagiras 提交于
7146237: closed/java/awt/Focus/SetFocusTraversalKeysTest/SetFocusTraversalTest.html failed since 1.8.0b19 Reviewed-by: art, anthony
-
- 03 5月, 2012 2 次提交
- 02 5月, 2012 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, mullan, prr
-
- 24 4月, 2012 1 次提交
-
-
由 youdwei 提交于
Reviewed-by: okutsu
-
- 19 4月, 2012 1 次提交
-
-
由 psandoz 提交于
Reviewed-by: alanb
-
- 18 4月, 2012 1 次提交
-
-
由 khazra 提交于
Summary: Minor code changes to cleanup warnings in java.util.* Reviewed-by: mduigou, naoto, smarks Contributed-by: NRemi Forax <forax@univ-mlv.fr>
-
- 17 4月, 2012 2 次提交
- 13 4月, 2012 2 次提交