1. 07 6月, 2012 1 次提交
  2. 08 6月, 2012 1 次提交
  3. 07 6月, 2012 1 次提交
  4. 08 6月, 2012 1 次提交
  5. 07 6月, 2012 1 次提交
  6. 05 6月, 2012 1 次提交
  7. 07 6月, 2012 8 次提交
  8. 06 6月, 2012 3 次提交
  9. 05 6月, 2012 3 次提交
  10. 04 6月, 2012 2 次提交
  11. 02 6月, 2012 1 次提交
  12. 01 6月, 2012 3 次提交
    • M
      7173432: Handle null key at HashMap resize · 1e1c1131
      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
      1e1c1131
    • M
      Merge · c38e67c7
      mullan 提交于
      c38e67c7
    • M
      Merge · 594dc6a9
      mullan 提交于
      594dc6a9
  13. 31 5月, 2012 3 次提交
    • M
      7126277: Alternative String hashing implementation · cb49b590
      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
      cb49b590
    • K
      Merge · f32913f4
      katleman 提交于
      f32913f4
    • M
      6854712: Revocation checking enhancements (JEP-124) · 03612b02
      mullan 提交于
      6637288: Add OCSP support to PKIX CertPathBuilder implementation
      7126011: ReverseBuilder.getMatchingCACerts may throws NPE
      Reviewed-by: xuelei
      03612b02
  14. 30 5月, 2012 3 次提交
  15. 29 5月, 2012 1 次提交
  16. 26 5月, 2012 2 次提交
  17. 25 5月, 2012 2 次提交
  18. 24 5月, 2012 1 次提交
  19. 25 5月, 2012 2 次提交