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. 17 7月, 2012 3 次提交
  3. 11 7月, 2012 1 次提交
  4. 04 7月, 2012 1 次提交
  5. 29 6月, 2012 1 次提交
  6. 19 6月, 2012 1 次提交
  7. 13 6月, 2012 1 次提交
  8. 10 6月, 2012 1 次提交
  9. 07 6月, 2012 2 次提交
  10. 06 6月, 2012 1 次提交
  11. 05 6月, 2012 1 次提交
  12. 31 5月, 2012 1 次提交
    • 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
  13. 25 5月, 2012 1 次提交
  14. 23 5月, 2012 1 次提交
  15. 21 5月, 2012 1 次提交
  16. 19 5月, 2012 1 次提交
  17. 18 5月, 2012 1 次提交
  18. 15 5月, 2012 1 次提交
  19. 14 5月, 2012 1 次提交
  20. 12 5月, 2012 1 次提交
  21. 09 5月, 2012 2 次提交
  22. 20 4月, 2012 1 次提交
  23. 18 4月, 2012 1 次提交
  24. 17 4月, 2012 2 次提交
  25. 16 4月, 2012 1 次提交
  26. 13 4月, 2012 1 次提交
  27. 12 4月, 2012 1 次提交
  28. 10 4月, 2012 1 次提交
  29. 05 4月, 2012 1 次提交
  30. 31 3月, 2012 2 次提交
  31. 30 3月, 2012 1 次提交
  32. 27 3月, 2012 1 次提交
  33. 22 3月, 2012 1 次提交
    • D
      7104147: the fix for cr6887286 was not appropriate for backporting · 18cad3fc
      dbuck 提交于
      Summary: Memory leak in the list of ImageObservers watching an object. We use recursion to iterate over the list. So once the list gets too big, we overflow the stack. Fix is to execute a prune operation on ever add, so there is no way we can get indefinite growth of stale nodes.
      Reviewed-by: prr, flar
      18cad3fc
  34. 21 3月, 2012 1 次提交