1. 27 9月, 2013 1 次提交
  2. 04 9月, 2013 1 次提交
  3. 21 9月, 2013 1 次提交
  4. 05 7月, 2013 1 次提交
  5. 31 7月, 2013 1 次提交
  6. 20 6月, 2013 1 次提交
  7. 19 6月, 2013 1 次提交
  8. 13 6月, 2013 1 次提交
  9. 31 5月, 2013 1 次提交
  10. 04 6月, 2013 1 次提交
  11. 17 4月, 2013 2 次提交
  12. 11 4月, 2013 1 次提交
  13. 02 4月, 2013 2 次提交
  14. 01 9月, 2012 1 次提交
  15. 14 6月, 2012 1 次提交
  16. 07 6月, 2012 1 次提交
  17. 01 6月, 2012 1 次提交
    • M
      7173432: Handle null key at HashMap resize · 1e1c1131
      mduigou 提交于
      Summary: If the key to be inserted into a HashMap is null and the table needs to be resized as part of the insertion then addEntry will try to recalculate the hash of a null key. This will fail with an NPE.
      Reviewed-by: darcy
      1e1c1131
  18. 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
  19. 18 4月, 2012 1 次提交
  20. 07 4月, 2011 1 次提交
  21. 21 12月, 2010 1 次提交
  22. 26 5月, 2010 1 次提交
  23. 03 11月, 2009 1 次提交
    • D
      6865582: jsr166y - jsr166 maintenance update · d2ed0eea
      dl 提交于
      6865571: Add a lightweight task framework known as ForkJoin
      6445158: Phaser - an improved CyclicBarrier
      6865579: Add TransferQueue/LinkedTransferQueue
      Reviewed-by: martin, chegar, dice
      d2ed0eea
  24. 03 7月, 2008 1 次提交
    • X
      6719955: Update copyright year · df538c04
      xdono 提交于
      Summary: Update copyright year for files that have been modified in 2008
      Reviewed-by: ohair, tbell
      df538c04
  25. 11 3月, 2008 1 次提交
  26. 01 12月, 2007 1 次提交