ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ConcurrentLinkedDeque.java
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, 3 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, 3 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, 8 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, 8 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, 8 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 3 months ago) by jsr166
Branch: MAIN
Initial commit

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to release-1_7_0: (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