- 27 9月, 2013 1 次提交
-
-
由 bchristi 提交于
Summary: Ensure that HashMap is not resized if we're just replacing a value Reviewed-by: alanb, martin
-
- 04 9月, 2013 1 次提交
-
-
由 psandoz 提交于
8012913: LinkedHashMap key/value/entry spliterators should report ORDERED Reviewed-by: mduigou, forax, bchristi, alanb Contributed-by: NDoug Lea <dl@cs.oswego.edu>, Paul Sandoz <paul.sandoz@oracle.com>
-
- 21 9月, 2013 1 次提交
-
-
由 bpb 提交于
8024331: j.u.Map.computeIfPresent() default/nondefault implementations don't throw NPE if the remappingFunction is null and the key is absent Summary: Explicitly check for null remappingFunction parameter. Reviewed-by: mduigou, forax, psandoz Contributed-by: NBrian Burkhalter <brian.burkhalter@oracle.com>
-
- 05 7月, 2013 1 次提交
-
-
由 zhangshj 提交于
Reviewed-by: chegar, mduigou
-
- 31 7月, 2013 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: mduigou
-
- 20 6月, 2013 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: dl, dholmes, plevart
-
- 19 6月, 2013 1 次提交
-
-
由 mduigou 提交于
8016446: Improve forEach/replaceAll for Map, HashMap, Hashtable, IdentityHashMap, WeakHashMap, TreeMap, ConcurrentMap Reviewed-by: forax, mduigou, psandoz Contributed-by: NMike Duigou <mike.duigou@oracle.com>, Remi Forax <forax@univ-mlv.fr>
-
- 13 6月, 2013 1 次提交
-
-
由 bchristi 提交于
Reviewed-by: alanb, mduigou
-
- 31 5月, 2013 1 次提交
-
-
由 psandoz 提交于
Reviewed-by: chegar
-
- 04 6月, 2013 1 次提交
-
-
由 bchristi 提交于
Summary: HashMap bins with many collisions store entries in balanced trees Reviewed-by: alanb, dl, mduigou
-
- 17 4月, 2013 2 次提交
-
-
由 psandoz 提交于
Summary: Spliterator implementations for collection classes in java.util. Reviewed-by: mduigou, briangoetz Contributed-by: NDoug Lea <dl@cs.oswego.edu>, Paul Sandoz <paul.sandoz@oracle.com>
-
由 mduigou 提交于
8010122: Add defaults for ConcurrentMap operations to Map Reviewed-by: darcy, briangoetz, mduigou, dholmes, ulfzibis Contributed-by: NDoug Lea <dl@cs.oswego.edu>, Henry Jen <henry.jen@oracle.com>, Akhil Arora <akhil.arora@oracle.com>, Peter Levart <peter.levart@gmail.com>, Mike Duigou <mike.duigou@oracle.com>
-
- 11 4月, 2013 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: mduigou, alanb, bchristi, martin Contributed-by: NSergey Linetskiy <sergey.linetskiy@oracle.com>, John Rose <john.r.rose@oracle.com>, Mike Duigou <mike.duigou@oracle.com>
-
- 02 4月, 2013 2 次提交
-
-
由 mduigou 提交于
Reviewed-by: darcy, dholmes
-
由 mduigou 提交于
Reviewed-by: mduigou Contributed-by: NSergey Linetskiy <sergey.linetskiy@oracle.com>, John Rose <john.rose@oracle.com>, Mike Duigou <mike.duigou@oracle.com>
-
- 01 9月, 2012 1 次提交
-
-
由 dxu 提交于
Summary: Clean-up JDK Build Warnings in java.util, java.io Packages Reviewed-by: smarks, darcy, khazra, dholmes, forax, dl, andrew, aph, omajid, ulfzibis, christos, mduigou
-
- 14 6月, 2012 1 次提交
-
-
由 mduigou 提交于
Summary: several minor optimizations to hashing methods used by hash map classes Reviewed-by: dholmes
-
- 07 6月, 2012 1 次提交
-
-
由 mduigou 提交于
Summary: Corrects a problem with HashMap.removeEntry() that caused a JCK test to fail Reviewed-by: mduigou Contributed-by: alan.bateman@oracle.com
-
- 01 6月, 2012 1 次提交
-
-
由 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
-
- 31 5月, 2012 1 次提交
-
-
由 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
-
- 18 4月, 2012 1 次提交
-
-
由 khazra 提交于
Summary: Minor code changes to cleanup warnings in java.util.* Reviewed-by: mduigou, naoto, smarks Contributed-by: NRemi Forax <forax@univ-mlv.fr>
-
- 07 4月, 2011 1 次提交
-
-
由 ohair 提交于
Reviewed-by: dholmes
-
- 21 12月, 2010 1 次提交
-
-
由 smarks 提交于
Reviewed-by: darcy, lancea, alanb, briangoetz, mduigou, mchung
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy, weijun
-
- 03 11月, 2009 1 次提交
-
-
由 dl 提交于
6865571: Add a lightweight task framework known as ForkJoin 6445158: Phaser - an improved CyclicBarrier 6865579: Add TransferQueue/LinkedTransferQueue Reviewed-by: martin, chegar, dice
-
- 03 7月, 2008 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright year for files that have been modified in 2008 Reviewed-by: ohair, tbell
-
- 11 3月, 2008 1 次提交
-
-
由 martin 提交于
Reviewed-by: dholmes
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-