- 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 4 次提交
-
-
由 martin 提交于
Reviewed-by: dholmes Contributed-by: NDoug Lea <dl@cs.oswego.edu>
-
由 martin 提交于
Reviewed-by: dholmes Contributed-by: NDoug Lea <dl@cs.oswego.edu>
-
由 martin 提交于
Reviewed-by: alanb Contributed-by: NDoug Lea <dl@cs.oswego.edu>
-
由 martin 提交于
Reviewed-by: alanb Contributed-by: NDoug Lea <dl@cs.oswego.edu>
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-