ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ConcurrentLinkedDeque.java
Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Mon Oct 1 00:10:53 2018 UTC (5 years, 7 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.93: +1 -1 lines
Diff to previous 1.93
update to using jdk11 by default, except link to jdk10 javadocs;
sync @docRoot references in javadoc with upstream

Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Sun Mar 11 18:00:05 2018 UTC (6 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.92: +1 -1 lines
Diff to previous 1.92
prefer throwing ExceptionInInitializerError from <clinit> to throwing Error

Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Sun Oct 22 23:18:30 2017 UTC (6 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.91: +1 -1 lines
Diff to previous 1.91
whitespace

Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Sun Oct 22 21:52:58 2017 UTC (6 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.90: +30 -23 lines
Diff to previous 1.90
8189387: ConcurrentLinkedDeque linearizability continued ...

Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Tue Oct 10 05:54:41 2017 UTC (6 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.89: +62 -37 lines
Diff to previous 1.89
8188900: ConcurrentLinkedDeque linearizability

Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Sat May 6 06:49:46 2017 UTC (7 years ago) by jsr166
Branch: MAIN
Changes since 1.88: +1 -1 lines
Diff to previous 1.88
8177789: fix collections framework links to point to java.util package doc

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Tue Jan 31 22:21:17 2017 UTC (7 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.87: +5 -2 lines
Diff to previous 1.87
better style, better bytecode, as suggested by psandoz

Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Thu Dec 29 23:08:16 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.86: +6 -6 lines
Diff to previous 1.86
Stop trying to enumerate all possible bulk operations in the spec

Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Wed Dec 28 04:52:10 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.85: +3 -2 lines
Diff to previous 1.85
succ: bytecode golf

Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Mon Dec 26 19:54:45 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.84: +35 -37 lines
Diff to previous 1.84
rewrite spliterators to address 8172023: Concurrent spliterators fail to handle exhaustion properly

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Mon Dec 26 17:29:34 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.83: +4 -2 lines
Diff to previous 1.83
write to exhausted field only when necessary

Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Sat Dec 24 19:32:07 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.82: +2 -2 lines
Diff to previous 1.82
convert to Objects.requireNonNull

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Sat Dec 24 11:14:37 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.81: +3 -4 lines
Diff to previous 1.81
tweak spliterator code

Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Sat Dec 24 04:27:02 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.80: +3 -2 lines
Diff to previous 1.80
coding style

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Tue Dec 20 22:37:31 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.79: +2 -0 lines
Diff to previous 1.79
prevent access constructor tag anonymous class creation

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Thu Dec 8 05:03:37 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.78: +3 -0 lines
Diff to previous 1.78
add javadoc for @inheritDoc

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Tue Dec 6 05:15:22 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.77: +20 -18 lines
Diff to previous 1.77
bytecode golf

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Mon Dec 5 03:02:49 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.76: +57 -6 lines
Diff to previous 1.76
implement forEach removeIf removeAll retainAll

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Wed Nov 30 03:31:47 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.75: +9 -16 lines
Diff to previous 1.75
convert Spliterator implementations to inner classes

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Sat Sep 10 04:06:51 2016 UTC (7 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.74: +4 -4 lines
Diff to previous 1.74
incorporate upstream VarHandle changes

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Tue Jun 28 17:04:12 2016 UTC (7 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.73: +2 -2 lines
Diff to previous 1.73
lazy unlink using weakCompareAndSetVolatile

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Fri Jun 17 13:03:45 2016 UTC (7 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.72: +4 -4 lines
Diff to previous 1.72
Use new CAS variants when applicable

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Mon Jun 13 15:31:25 2016 UTC (7 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.71: +1 -1 lines
Diff to previous 1.71
fix JDK-8159351: non-atomic "bulk" ops note in class javadoc for ConcurrentLinkedQueue, ConcurrentLinkedDeque, & LinkedTransferQueue should not include equals

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Sat Jun 4 19:51:49 2016 UTC (7 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.70: +11 -11 lines
Diff to previous 1.70
s/setRelease/set/ for provably private uses (especially CAS piggyback)

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Thu Jun 2 15:14:50 2016 UTC (7 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.69: +5 -5 lines
Diff to previous 1.69
VarHandle mechanics

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Thu Jun 2 13:40:42 2016 UTC (7 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.68: +1 -1 lines
Diff to previous 1.68
whitespace

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Thu Jun 2 13:16:27 2016 UTC (7 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.67: +78 -116 lines
Diff to previous 1.67
VarHandles conversion; pass 1

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Tue Apr 19 22:55:30 2016 UTC (8 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.66: +4 -4 lines
Diff to previous 1.66
s~\bsun\.(misc\.Unsafe)\b~jdk.internal.$1~g;
s~\bputOrdered([A-Za-z]+)\b~put${1}Release~g

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Tue May 26 20:20:31 2015 UTC (8 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.65: +3 -2 lines
Diff to previous 1.65
whitespace

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Wed Mar 4 00:22:30 2015 UTC (9 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.64: +1 -16 lines
Diff to previous 1.64
optimize toString() methods; introduce Helpers

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Sat Feb 21 17:15:00 2015 UTC (9 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.63: +7 -20 lines
Diff to previous 1.63
s/checkNotNull/Objects.requireNonNull/g

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Fri Feb 20 03:09:08 2015 UTC (9 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.62: +76 -19 lines
Diff to previous 1.62
improve toArray and toString implementations

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Wed Feb 18 06:39:40 2015 UTC (9 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.61: +1 -3 lines
Diff to previous 1.61
use "standard" if (p == (p = p.next)) idiom

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Tue Feb 17 18:55:39 2015 UTC (9 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.60: +1 -1 lines
Diff to previous 1.60
standardize code sample idiom: * <pre> {@code

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Sun Jan 4 09:15:11 2015 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.59: +25 -29 lines
Diff to previous 1.59
standardize Unsafe mechanics; slightly smaller bytecode

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Sun Jan 4 01:06:15 2015 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.58: +2 -2 lines
Diff to previous 1.58
use ReflectiveOperationException for Unsafe mechanics

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 09:37:20 2014 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.57: +0 -2 lines
Diff to previous 1.57
remove unused/redundant imports

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 07:54:13 2014 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56
standardize import statement order

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 04:07:33 2014 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.55: +1 -1 lines
Diff to previous 1.55
slightly clearer comment

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Tue Dec 2 05:48:28 2014 UTC (9 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.54: +1 -1 lines
Diff to previous 1.54
this collection => this XXX

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Sun Nov 23 21:39:30 2014 UTC (9 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.53: +20 -8 lines
Diff to previous 1.53
sync javadoc with BlockingDeque spec

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Sun Nov 23 18:20:26 2014 UTC (9 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.52: +1 -2 lines
Diff to previous 1.52
move declaration into loop

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Sun Nov 23 17:44:51 2014 UTC (9 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.51: +6 -5 lines
Diff to previous 1.51
save a few bytes of bytecode

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Tue Nov 11 04:39:30 2014 UTC (9 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.50: +13 -7 lines
Diff to previous 1.50
improve accuracy of concurrent queue size methods

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Thu Aug 8 20:12:10 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.49: +9 -18 lines
Diff to previous 1.49
refactor definitions of "weakly consistent" into package-info.java

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Thu Aug 8 15:13:34 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.48: +13 -0 lines
Diff to previous 1.48
add javadoc for spliterator()

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 18:21:22 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.47: +4 -0 lines
Diff to previous 1.47
javadoc warning fixes: add serialization method @throws

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 17:38:29 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.46: +2 -0 lines
Diff to previous 1.46
javadoc warning fixes: add serialization method @param

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Fri Jun 7 23:56:37 2013 UTC (10 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.45: +1 -6 lines
Diff to previous 1.45
Sync with lambda

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Thu May 2 06:38:33 2013 UTC (11 years ago) by jsr166
Branch: MAIN
Changes since 1.44: +18 -2 lines
Diff to previous 1.44
fix up exception spec javadoc for deque methods

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Thu May 2 06:17:35 2013 UTC (11 years ago) by jsr166
Branch: MAIN
Changes since 1.43: +0 -1 lines
Diff to previous 1.43
port to latest lambda

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Wed Mar 27 19:46:34 2013 UTC (11 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.42: +1 -1 lines
Diff to previous 1.42
conform to updated lambda Spliterator

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Mon Mar 18 12:40:30 2013 UTC (11 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.41: +11 -10 lines
Diff to previous 1.41
Mesh Map and Spliterator methods with lambda

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Sun Mar 17 15:48:53 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.40: +1 -1 lines
Diff to previous 1.40
remove package qualification for ForkJoinTask

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sun Mar 17 15:34:21 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.39: +3 -3 lines
Diff to previous 1.39
whitespace

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sat Mar 16 16:03:08 2013 UTC (11 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.38: +15 -6 lines
Diff to previous 1.38
Sync with lambda spliterator semantics

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Wed Mar 13 12:39:01 2013 UTC (11 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.37: +2 -10 lines
Diff to previous 1.37
Synch with lambda Spliterator API

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Tue Feb 26 12:15:07 2013 UTC (11 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.36: +18 -15 lines
Diff to previous 1.36
Spliterator improvements

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Mon Feb 25 17:59:40 2013 UTC (11 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.35: +6 -2 lines
Diff to previous 1.35
lambda syncs and improvements

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Fri Feb 22 00:58:05 2013 UTC (11 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.34: +79 -3 lines
Diff to previous 1.34
Spliterator updates

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sun Feb 17 23:36:34 2013 UTC (11 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.33: +19 -0 lines
Diff to previous 1.33
Spliterator sync

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sun Jan 13 18:03:32 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +1 -1 lines
Diff to previous 1.32
javadoc style

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sun Oct 21 06:40:20 2012 UTC (11 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.31: +0 -1 lines
Diff to previous 1.31
no blank line between javadoc and corresponding code

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Mon Dec 12 20:53:11 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +2 -4 lines
Diff to previous 1.30
uniform serialization method javadocs

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Thu Nov 24 02:35:12 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +0 -1 lines
Diff to previous 1.29
whitespace

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Thu Jun 9 07:48:43 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +1 -2 lines
Diff to previous 1.28
consistent style for code snippets

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Jun 3 02:28:05 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
fix javac 7 [rawtypes] warnings

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Apr 22 13:46:46 2011 UTC (13 years, 1 month ago) by dl
Branch: MAIN
CVS Tags: release-1_7_0
Changes since 1.26: +4 -4 lines
Diff to previous 1.26
Use {@code} not <tt>

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Fri Apr 22 11:51:42 2011 UTC (13 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.25: +10 -3 lines
Diff to previous 1.25
Improved bulk operation disclaimers for concurrent collections

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Mar 15 19:47:03 2011 UTC (13 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
Update Creative Commons license URL in legal notices

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Wed Feb 23 15:57:48 2011 UTC (13 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
Whitespace

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Feb 22 23:53:32 2011 UTC (13 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.22: +41 -32 lines
Diff to previous 1.22
Reduce dependencies in static initialization

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Nov 19 08:02:09 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +10 -11 lines
Diff to previous 1.21
make iterator weakly consistent specs more consistent

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sat Oct 16 16:48:01 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
whitespace

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Tue Oct 12 05:30:34 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
very small comment fix

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Oct 11 18:50:08 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +18 -9 lines
Diff to previous 1.18
sync javadoc of enqueue methods

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Sep 27 19:15:15 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17
use blessed declaration modifier order

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Sep 20 23:16:26 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.16: +40 -42 lines
Diff to previous 1.16
fix subtle race in updateTail

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Sep 20 20:59:44 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
very small javadoc improvement

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Sep 20 20:18:25 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +112 -86 lines
Diff to previous 1.14
micro-optimizations

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Sep 17 20:54:51 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.13: +27 -20 lines
Diff to previous 1.13
recheck head/tail after two hops

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Sep 13 16:50:36 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.12: +5 -3 lines
Diff to previous 1.12
remove accessor methods for Node.item; make size methods consistent

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Sep 13 15:31:16 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
fix import statements

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Sep 13 05:49:04 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +3 -6 lines
Diff to previous 1.10
simply continue after CAS failure

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Sep 13 01:48:29 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
very small clarifications

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Sep 12 19:36:42 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.8: +25 -8 lines
Diff to previous 1.8
Avoid edge case of a single Node with non-null item

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Sep 12 00:34:46 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.7: +6 -6 lines
Diff to previous 1.7
use non-volatile writes for bulk operations that build a thread-confined data structure

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Sep 11 21:10:25 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.6: +15 -15 lines
Diff to previous 1.6
better label names for "goto" statements

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Sep 11 18:56:18 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +8 -1 lines
Diff to previous 1.5
Clarify linearization point of element insertion

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Sep 11 03:53:44 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.4: +21 -13 lines
Diff to previous 1.4
internal doc improvements

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 22:49:09 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.3: +5 -6 lines
Diff to previous 1.3
Use relaxed Unsafe.putObject in Node constructors

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Aug 25 21:40:03 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.2: +327 -222 lines
Diff to previous 1.2
Finish ConcurrentLinkedDeque feature

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu May 20 18:48:50 2010 UTC (14 years ago) by jsr166
Branch: MAIN
Changes since 1.1: +6 -2 lines
Diff to previous 1.1
Add more warnings about using size() in concurrent queues

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Mar 5 08:34:19 2010 UTC (14 years, 2 months ago) by jsr166
Branch: MAIN
Initial commit

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a