1. 25 7月, 2012 1 次提交
  2. 19 6月, 2012 1 次提交
  3. 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
  4. 10 1月, 2012 1 次提交
  5. 17 12月, 2011 1 次提交
  6. 14 12月, 2011 1 次提交
  7. 05 12月, 2011 1 次提交
  8. 01 12月, 2011 1 次提交
  9. 30 11月, 2011 1 次提交
  10. 25 10月, 2011 1 次提交
  11. 22 9月, 2011 1 次提交
  12. 19 9月, 2011 1 次提交
  13. 17 9月, 2011 1 次提交
  14. 31 8月, 2011 1 次提交
  15. 23 8月, 2011 1 次提交
  16. 11 8月, 2011 1 次提交
  17. 08 6月, 2011 1 次提交
  18. 27 5月, 2011 1 次提交
  19. 26 5月, 2011 1 次提交
  20. 27 4月, 2011 1 次提交
  21. 20 4月, 2011 1 次提交
  22. 18 4月, 2011 1 次提交
  23. 14 4月, 2011 1 次提交
    • J
      7032960: API files in java.awt need to be updated for references to JVM Spec... · 2079216c
      jjh 提交于
      7032960: API files in java.awt need to be updated for references to JVM Spec with editions/hyperlinks
      7032965: API files in java.io need to updated for references to JVM Spec with editions/hyperlinks
      7032958: API files in java.lang need to updated for references to JLS with editions/hyperlinks
      7032961: API files in java.lang need to updated for references to JVM with editions/hyperlinks
      7032976: API files in javax.lang need to be updated for references to JLS with editions/hyperlinks
      7032959: API files in java.util need to updated for references to JLS with editions/hyperlinks
      7032962: API files in java.util need to updated for references to JVM Spec with editions/hyperlinks
      7032967: API files in java.security need to updated for references to JVM Spec with editions/hyperlinks
      7032955: API files in java.math need to updated for references to JLS with editions/hyperlinks
      Summary: Removed URLs and 'edition' references
      Reviewed-by: darcy
      2079216c
  24. 07 4月, 2011 1 次提交
  25. 23 3月, 2011 1 次提交
  26. 18 3月, 2011 1 次提交
  27. 28 2月, 2011 1 次提交
  28. 26 2月, 2011 1 次提交
  29. 12 2月, 2011 1 次提交
  30. 11 2月, 2011 1 次提交
  31. 09 2月, 2011 2 次提交
  32. 04 2月, 2011 1 次提交
  33. 03 2月, 2011 1 次提交
  34. 13 1月, 2011 1 次提交
  35. 29 12月, 2010 1 次提交
  36. 09 12月, 2010 1 次提交
  37. 02 12月, 2010 2 次提交
  38. 18 10月, 2010 1 次提交