1. 29 11月, 2012 1 次提交
  2. 26 11月, 2012 1 次提交
  3. 14 11月, 2012 3 次提交
  4. 08 11月, 2012 2 次提交
  5. 07 11月, 2012 1 次提交
  6. 02 11月, 2012 1 次提交
  7. 30 10月, 2012 1 次提交
  8. 26 10月, 2012 1 次提交
  9. 20 10月, 2012 1 次提交
  10. 01 10月, 2012 1 次提交
  11. 21 9月, 2012 1 次提交
  12. 19 9月, 2012 2 次提交
  13. 15 9月, 2012 1 次提交
  14. 01 9月, 2012 1 次提交
  15. 29 8月, 2012 1 次提交
    • J
      7194612:... · 4dbc17b4
      jrose 提交于
      7194612: api/java_lang/invoke/MethodHandles/Lookup/index.html#ExceptionsTests[findVirtualNSME] fails w/ -esa
      Reviewed-by: kvn, twisti
      4dbc17b4
  16. 25 8月, 2012 1 次提交
  17. 18 8月, 2012 1 次提交
  18. 10 8月, 2012 1 次提交
  19. 09 8月, 2012 1 次提交
  20. 08 8月, 2012 1 次提交
  21. 28 7月, 2012 1 次提交
  22. 25 7月, 2012 1 次提交
  23. 12 7月, 2012 4 次提交
  24. 30 6月, 2012 2 次提交
  25. 26 6月, 2012 1 次提交
  26. 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
  27. 24 5月, 2012 2 次提交
  28. 19 5月, 2012 1 次提交
  29. 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
  30. 03 5月, 2012 1 次提交
  31. 29 3月, 2012 1 次提交