1. 18 7月, 2012 1 次提交
    • D
      7142596: RMI JPRT tests are failing · e57ac292
      dmocek 提交于
      Summary: Changed RMI tests to use random port numbers for the RMI Registry and RMID so the tests can be run concurrently without test failures due to tests using the same port numbers.
      Reviewed-by: smarks, alanb
      Contributed-by: olivier.lagneau@oracle.com
      e57ac292
  2. 14 7月, 2012 1 次提交
  3. 06 7月, 2012 2 次提交
  4. 27 6月, 2012 1 次提交
  5. 26 6月, 2012 2 次提交
  6. 19 6月, 2012 1 次提交
  7. 18 6月, 2012 1 次提交
  8. 16 6月, 2012 1 次提交
  9. 15 6月, 2012 1 次提交
  10. 14 6月, 2012 1 次提交
  11. 09 6月, 2012 1 次提交
  12. 08 6月, 2012 1 次提交
  13. 07 6月, 2012 3 次提交
  14. 05 6月, 2012 1 次提交
  15. 01 6月, 2012 1 次提交
    • 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
  16. 31 5月, 2012 2 次提交
    • 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
    • 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
  17. 30 5月, 2012 1 次提交
  18. 29 5月, 2012 1 次提交
  19. 25 5月, 2012 2 次提交
  20. 21 5月, 2012 2 次提交
  21. 19 5月, 2012 1 次提交
  22. 18 5月, 2012 1 次提交
  23. 17 5月, 2012 1 次提交
  24. 12 5月, 2012 2 次提交
  25. 11 5月, 2012 2 次提交
  26. 10 5月, 2012 1 次提交
  27. 09 5月, 2012 1 次提交
  28. 08 5月, 2012 1 次提交
  29. 02 5月, 2012 1 次提交
  30. 01 5月, 2012 1 次提交
  31. 26 4月, 2012 1 次提交