1. 01 9月, 2012 1 次提交
  2. 25 8月, 2012 1 次提交
  3. 10 8月, 2012 1 次提交
  4. 09 8月, 2012 1 次提交
  5. 08 8月, 2012 1 次提交
  6. 28 7月, 2012 1 次提交
  7. 25 7月, 2012 1 次提交
  8. 12 7月, 2012 4 次提交
  9. 30 6月, 2012 2 次提交
  10. 26 6月, 2012 1 次提交
  11. 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
  12. 24 5月, 2012 2 次提交
  13. 19 5月, 2012 1 次提交
  14. 18 5月, 2012 1 次提交
    • M
      6924259: Remove offset and count fields from java.lang.String · 938adb2d
      mduigou 提交于
      Summary: Removes the use of shared character array buffers by String along with the two fields needed to support the use of shared buffers.
      Reviewed-by: alanb, mduigou, forax, briangoetz
      Contributed-by: brian.doherty@oracle.com
      938adb2d
  15. 03 5月, 2012 1 次提交
  16. 29 3月, 2012 1 次提交
  17. 28 3月, 2012 1 次提交
  18. 15 3月, 2012 1 次提交
  19. 09 3月, 2012 1 次提交
  20. 07 3月, 2012 1 次提交
  21. 02 3月, 2012 1 次提交
  22. 29 2月, 2012 1 次提交
  23. 17 2月, 2012 2 次提交
  24. 01 2月, 2012 1 次提交
  25. 21 1月, 2012 1 次提交
  26. 19 1月, 2012 3 次提交
  27. 24 1月, 2012 1 次提交
  28. 11 1月, 2012 2 次提交
  29. 10 1月, 2012 2 次提交
  30. 07 1月, 2012 1 次提交