- 21 9月, 2010 1 次提交
-
-
由 dl 提交于
Summary: Extend techniques developed for ConcurrentLinkedQueue and LinkedTransferQueue to implement a non-blocking concurrent Deque with interior removes. Reviewed-by: martin, dholmes, chegar
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy, weijun
-
- 06 11月, 2009 1 次提交
-
-
由 martin 提交于
Summary: LinkedList of size N creates N+1 instead of N+2 objects. Comparing against null is faster than comparing against sentinel node Reviewed-by: dl, jjb, forax
-
- 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
-
- 26 8月, 2009 1 次提交
-
-
由 dl 提交于
Summary: Fix all known flaky tests, plus minor maintenance Reviewed-by: martin, chegar
-
- 29 7月, 2009 1 次提交
-
-
由 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
-
- 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
-
- 11 5月, 2008 2 次提交
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-