- 03 7月, 2013 1 次提交
-
-
由 psandoz 提交于
Reviewed-by: martin Contributed-by: NDoug Lea <dl@cs.oswego.edu>
-
- 28 6月, 2013 2 次提交
- 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>
-
- 05 6月, 2013 2 次提交
- 27 5月, 2013 1 次提交
-
-
由 chegar 提交于
Reviewed-by: chegar Contributed-by: NDoug Lea <dl@cs.oswego.edu>, Chris Hegarty <chris.hegarty@oracle.com>
-
- 03 5月, 2013 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: mduigou, henryjen, alanb, martin, psandoz Contributed-by: akhil.arora@oracle.com, brian.goetz@oracle.com
-
- 23 4月, 2013 1 次提交
-
-
由 akhil 提交于
Reviewed-by: alanb, dholmes, mduigou, psandoz, smarks Contributed-by: NAkhil Arora <akhil.arora@oracle.com>, Arne Siegel <v.a.ammodytes@googlemail.com>, Brian Goetz <brian.goetz@oracle.com>
-
- 17 4月, 2013 2 次提交
-
-
由 mchung 提交于
Reviewed-by: jrose, alanb, twisti
-
由 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>
-
- 10 4月, 2013 1 次提交
-
-
由 chegar 提交于
Reviewed-by: chegar, martin
-
- 24 4月, 2013 1 次提交
-
-
由 akhil 提交于
Reviewed-by: alanb, mduigou, psandoz, ulfzibis Contributed-by: NAkhil Arora <akhil.arora@oracle.com>
-
- 02 3月, 2013 1 次提交
-
-
由 chegar 提交于
Reviewed-by: chegar Contributed-by: NDoug Lea <dl@cs.oswego.edu>, Chris Hegarty <chris.hegarty@oracle.com>
-
- 28 2月, 2013 1 次提交
-
-
由 chegar 提交于
Reviewed-by: dl, martin, alanb, shade
-
- 20 2月, 2013 1 次提交
-
-
由 mduigou 提交于
Summary: Adds additional functional interfaces for primitives and "Bi" (two operand). Adds utility extension methods. Includes some name changes for existing functional interfaces per EG decisions. Reviewed-by: briangoetz, darcy, chegar, dholmes
-
- 09 2月, 2013 1 次提交
-
-
由 dl 提交于
Reviewed-by: chegar, alanb, dice, martin
-
- 03 3月, 2013 1 次提交
-
-
由 chegar 提交于
Reviewed-by: alanb, ahgross
-
- 21 1月, 2013 1 次提交
-
-
由 dl 提交于
8005311: Add Scalable Updatable Variables, DoubleAccumulator, DoubleAdder, LongAccumulator, LongAdder Reviewed-by: chegar, darcy, goetz
-
- 16 1月, 2013 2 次提交
- 11 1月, 2013 1 次提交
-
-
由 chegar 提交于
Reviewed-by: dl, shade
-
- 06 1月, 2013 1 次提交
-
-
由 chegar 提交于
Reviewed-by: dl
-
- 20 12月, 2012 1 次提交
-
-
由 dl 提交于
Reviewed-by: chegar, mduigou
-
- 02 11月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar, ksrini
-
- 27 10月, 2012 1 次提交
-
-
由 dl 提交于
Reviewed-by: chegar, dholmes
-
- 23 8月, 2012 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: dl, skoivu
-
- 16 8月, 2012 1 次提交
-
-
由 chegar 提交于
Reviewed-by: dholmes, hawtin
-
- 27 6月, 2012 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: dholmes, forax, alanb Contributed-by: NDoug Lea <dl@cs.oswego.edu>
-
- 14 6月, 2012 1 次提交
-
-
由 mduigou 提交于
Summary: several minor optimizations to hashing methods used by hash map classes Reviewed-by: dholmes
-
- 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
-
- 08 5月, 2012 1 次提交
-
-
由 dholmes 提交于
Summary: Perform class.getField inside a doPrivileged block Reviewed-by: chegar, psandoz
-
- 30 1月, 2012 1 次提交
-
-
由 dl 提交于
Reviewed-by: chegar, dholmes
-
- 12 12月, 2011 1 次提交
-
-
由 dl 提交于
Reviewed-by: chegar, dholmes
-
- 05 12月, 2011 1 次提交
-
-
由 dl 提交于
Reviewed-by: chegar, dholmes
-
- 10 11月, 2011 1 次提交
-
-
由 dl 提交于
7107516: LinkedBlockingQueue/Deque.drainTo(Collection, int) returns 'maxElements' if its value is negative Reviewed-by: chegar, mduigou, dholmes
-
- 12 10月, 2011 1 次提交
-
-
由 dl 提交于
Reviewed-by: chegar, dholmes, alanb
-
- 23 9月, 2011 1 次提交
-
-
由 dl 提交于
Reviewed-by: dholmes, chegar
-
- 24 6月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: mduigou, alanb
-
- 16 5月, 2011 1 次提交
-
-
由 chegar 提交于
Reviewed-by: dl
-