- 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
-
- 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
-
- 29 7月, 2009 2 次提交
-
-
由 dl 提交于
6815766: LinkedBlockingQueue's iterator can return null if drainTo(c) executes concurrently Summary: Faster, more correct. Use self-linking trick to avoid gc retention Reviewed-by: martin, dholmes
-
由 dl 提交于
6493942: ConcurrentLinkedQueue.remove sometimes very slow Summary: new algorithm for handling concurrent linked lists Reviewed-by: martin
-
- 27 3月, 2009 2 次提交
- 25 3月, 2009 1 次提交
-
-
由 dl 提交于
6800572: Removing elements from views of NavigableMap implementations does not always work correctly. Summary: Replace use of new TreeSet with new KeySet Reviewed-by: martin
-
- 25 2月, 2009 1 次提交
-
-
由 dl 提交于
Summary: Read fields in reverse initialization order Reviewed-by: martin
-
- 01 8月, 2008 1 次提交
-
-
由 dl 提交于
Reviewed-by: martin, dholmes, chegar
-
- 11 3月, 2008 1 次提交
-
-
由 martin 提交于
Reviewed-by: dholmes Contributed-by: NDoug Lea <dl@cs.oswego.edu>
-