- 16 6月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar, coffeys
-
- 15 6月, 2012 3 次提交
- 14 6月, 2012 1 次提交
-
-
由 mduigou 提交于
Summary: several minor optimizations to hashing methods used by hash map classes Reviewed-by: dholmes
-
- 13 6月, 2012 2 次提交
- 11 6月, 2012 1 次提交
-
-
由 lancea 提交于
Reviewed-by: joehw
-
- 09 6月, 2012 1 次提交
-
-
由 robm 提交于
7161881: (dc) DatagramChannel.bind(null) fails if IPv4 socket and running with preferIPv6Addresses=true Reviewed-by: alanb, chegar
-
- 08 6月, 2012 4 次提交
-
-
由 chegar 提交于
Reviewed-by: chegar Contributed-by: NKrystal Mok <sajia@taobao.com>
-
由 erikj 提交于
Reviewed-by: ohair, ohrstrom, ihse
-
由 lancea 提交于
Reviewed-by: alanb, chegar, darcy, mchung
-
由 rupashka 提交于
Reviewed-by: art, alexsch
-
- 07 6月, 2012 2 次提交
- 06 6月, 2012 1 次提交
-
-
由 alexsch 提交于
7169285: [macosx] Test api/javax_swing/JPopupMenu/descriptions.html#setgetXXX doesn't take Mac main menu Reviewed-by: rupashka
-
- 07 6月, 2012 4 次提交
-
-
由 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 3 次提交
-
-
由 bae 提交于
Reviewed-by: igor, prr
-
由 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 2 次提交
- 25 5月, 2012 1 次提交
-
-
由 neugens 提交于
Reviewed-by: rupashka
-
- 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 次提交