1. 15 5月, 2020 1 次提交
  2. 02 11月, 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. 29 12月, 2010 1 次提交
  5. 21 9月, 2010 1 次提交
    • D
      6981113: Add ConcurrentLinkedDeque · c79c53a2
      dl 提交于
      Summary: Extend techniques developed for ConcurrentLinkedQueue and LinkedTransferQueue to implement a non-blocking concurrent Deque with interior removes.
      Reviewed-by: martin, dholmes, chegar
      c79c53a2
  6. 26 5月, 2010 1 次提交
  7. 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
  8. 26 8月, 2009 1 次提交
  9. 01 12月, 2007 1 次提交