1. 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
  2. 17 5月, 2012 1 次提交
  3. 11 4月, 2012 1 次提交
    • D
      7071907: JDK: Full Debug Symbols · 89e143db
      dcubed 提交于
      Summary: Add initial FDS support to some libraries and programs.
      Reviewed-by: kamg, fparain, sspitsyn, dsamersoff
      89e143db
  4. 10 4月, 2012 1 次提交
  5. 05 4月, 2012 1 次提交
  6. 28 3月, 2012 1 次提交
  7. 24 3月, 2012 1 次提交
  8. 23 3月, 2012 1 次提交
  9. 07 3月, 2012 1 次提交
  10. 06 3月, 2012 1 次提交
  11. 16 2月, 2012 1 次提交
  12. 04 1月, 2012 1 次提交
  13. 30 12月, 2011 1 次提交
  14. 14 12月, 2011 1 次提交
  15. 30 11月, 2011 2 次提交
  16. 08 11月, 2011 1 次提交
    • S
      7096080: UTF8 update and new CESU-8 charset · 494cf7b7
      sherman 提交于
      7082884: Incorrect UTF8 conversion for sequence ED 31
      7082883: Incorrect UTF8 conversion for sequence fc 80 80 8f bf bf
      Summary: Updated UTF8 and added CESU-8 to following the latest Standard
      Reviewed-by: alanb
      494cf7b7
  17. 25 10月, 2011 1 次提交
  18. 29 9月, 2011 1 次提交
  19. 05 10月, 2011 1 次提交
  20. 21 9月, 2011 1 次提交
  21. 18 9月, 2011 1 次提交
  22. 17 9月, 2011 1 次提交
  23. 14 9月, 2011 1 次提交
  24. 18 8月, 2011 1 次提交
  25. 16 8月, 2011 2 次提交
  26. 15 8月, 2011 1 次提交
  27. 07 8月, 2011 1 次提交
  28. 30 7月, 2011 1 次提交
  29. 29 7月, 2011 1 次提交
  30. 21 7月, 2011 1 次提交
  31. 28 6月, 2011 1 次提交
  32. 16 5月, 2011 1 次提交
  33. 10 5月, 2011 1 次提交
  34. 07 5月, 2011 1 次提交
  35. 04 5月, 2011 1 次提交
  36. 29 4月, 2011 2 次提交
  37. 27 4月, 2011 1 次提交