- 07 6月, 2012 5 次提交
-
-
由 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
-
由 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 1 次提交
-
-
由 ksrini 提交于
Reviewed-by: jrose
-
- 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 3 次提交
- 24 5月, 2012 2 次提交
- 23 5月, 2012 1 次提交
-
-
由 weijun 提交于
Reviewed-by: valeriep
-
- 22 5月, 2012 2 次提交
- 21 5月, 2012 1 次提交
-
-
由 rupashka 提交于
Reviewed-by: alexsch
-
- 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 3 次提交
-
-
由 alexsch 提交于
Reviewed-by: rupashka
-
由 alanb 提交于
Reviewed-by: mduigou, forax
-
由 dcherepanov 提交于
Reviewed-by: anthony, swingler
-
- 15 5月, 2012 2 次提交
-
-
由 dsamersoff 提交于
7164191: properties.putAll API may fail with ConcurrentModifcationException on multi-thread scenario Reviewed-by: dholmes, sla Contributed-by: NDeven You <youdwei@linux.vnet.ibm.com>
-
由 dcherepanov 提交于
Reviewed-by: bae, swingler
-
- 14 5月, 2012 1 次提交
-
-
由 xuelei 提交于
7167988: PKIX CertPathBuilder in reverse mode doesn't work if more than one trust anchor is specified Reviewed-by: mullan
-
- 12 5月, 2012 3 次提交
- 11 5月, 2012 2 次提交
- 10 5月, 2012 3 次提交
- 09 5月, 2012 1 次提交
-
-
由 ksrini 提交于
Reviewed-by: alanb, dholmes, ksrini Contributed-by: youdwei@linux.vnet.ibm.com
-