- 27 10月, 2012 1 次提交
-
-
由 dl 提交于
Reviewed-by: chegar, dholmes
-
- 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 次提交
- 09 3月, 2011 2 次提交
- 23 2月, 2011 1 次提交
-
-
由 dl 提交于
7017493: ConcurrentLinkedDeque: Unexpected initialization order can lead to crash due to use of Unsafe Reviewed-by: chegar
-
- 12 1月, 2011 1 次提交
-
-
由 dl 提交于
Reviewed-by: dholmes, chegar, mduigou
-
- 29 12月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: xdono
-
- 02 12月, 2010 1 次提交
-
-
由 dl 提交于
Reviewed-by: chegar, dholmes
-
- 15 11月, 2010 1 次提交
-
-
由 chegar 提交于
Reviewed-by: dl, dholmes
-
- 21 9月, 2010 2 次提交
-
-
由 dl 提交于
Summary: Clarify FJ.get on throw InterruptedException, propagate ThreadFactory, shutdown transition Reviewed-by: chegar
-
由 dl 提交于
Summary: Extend techniques developed for ConcurrentLinkedQueue and LinkedTransferQueue to implement a non-blocking concurrent Deque with interior removes. Reviewed-by: martin, dholmes, chegar
-
- 13 9月, 2010 1 次提交
-
-
由 dl 提交于
Summary: Simplify the ForkJoinPool API, reworking some of the internals Reviewed-by: martin, dholmes, chegar
-
- 03 6月, 2010 1 次提交
-
-
由 martin 提交于
6955840: ThreadLocalRandom bug - overriden setSeed(long) method is not invoked for java.util.Random(long) Summary: Allow setSeed only during construction Reviewed-by: dl, dholmes
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy, weijun
-
- 08 4月, 2010 1 次提交
-
-
由 martin 提交于
Summary: Check if release could make number of permits negative Reviewed-by: dl, dholmes
-
- 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
-
- 07 10月, 2009 1 次提交
-
-
由 dl 提交于
Summary: Avoid integer overflow by using long arithmetic Reviewed-by: martin, dholmes
-
- 26 8月, 2009 1 次提交
-
-
由 dl 提交于
Summary: More checks for node.next == node Reviewed-by: martin, dholmes, chegar
-
- 30 7月, 2009 1 次提交
-
-
由 martin 提交于
Reviewed-by: alanb
-