- 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
-
- 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
-
- 09 5月, 2011 1 次提交
-
-
由 dl 提交于
Reviewed-by: chegar
-
- 22 4月, 2011 2 次提交
- 21 4月, 2011 1 次提交
-
-
由 dl 提交于
Reviewed-by: chegar
-
- 18 4月, 2011 2 次提交
- 14 4月, 2011 1 次提交
-
-
由 jjh 提交于
7032960: API files in java.awt need to be updated for references to JVM Spec with editions/hyperlinks 7032965: API files in java.io need to updated for references to JVM Spec with editions/hyperlinks 7032958: API files in java.lang need to updated for references to JLS with editions/hyperlinks 7032961: API files in java.lang need to updated for references to JVM with editions/hyperlinks 7032976: API files in javax.lang need to be updated for references to JLS with editions/hyperlinks 7032959: API files in java.util need to updated for references to JLS with editions/hyperlinks 7032962: API files in java.util need to updated for references to JVM Spec with editions/hyperlinks 7032967: API files in java.security need to updated for references to JVM Spec with editions/hyperlinks 7032955: API files in java.math need to updated for references to JLS with editions/hyperlinks Summary: Removed URLs and 'edition' references Reviewed-by: darcy
-
- 08 4月, 2011 1 次提交
-
-
由 dl 提交于
Reviewed-by: chegar
-
- 07 4月, 2011 2 次提交