1. 20 6月, 2012 1 次提交
  2. 19 6月, 2012 2 次提交
  3. 18 6月, 2012 1 次提交
  4. 16 6月, 2012 1 次提交
  5. 15 6月, 2012 5 次提交
  6. 14 6月, 2012 3 次提交
  7. 13 6月, 2012 2 次提交
  8. 11 6月, 2012 2 次提交
  9. 09 6月, 2012 2 次提交
  10. 08 6月, 2012 4 次提交
  11. 07 6月, 2012 2 次提交
  12. 06 6月, 2012 1 次提交
  13. 07 6月, 2012 4 次提交
  14. 05 6月, 2012 2 次提交
  15. 04 6月, 2012 1 次提交
  16. 01 6月, 2012 1 次提交
    • M
      7173432: Handle null key at HashMap resize · 7111b0da
      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
      7111b0da
  17. 31 5月, 2012 3 次提交
    • B
      7120895: FontConfiguration should not use thread contextClassLoader · 97e8440b
      bae 提交于
      Reviewed-by: igor, prr
      97e8440b
    • M
      7126277: Alternative String hashing implementation · 998d0a91
      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
      998d0a91
    • M
      6854712: Revocation checking enhancements (JEP-124) · ec628380
      mullan 提交于
      6637288: Add OCSP support to PKIX CertPathBuilder implementation
      7126011: ReverseBuilder.getMatchingCACerts may throws NPE
      Reviewed-by: xuelei
      ec628380
  18. 30 5月, 2012 1 次提交
  19. 26 5月, 2012 2 次提交