Log of /jsr166/src/main/java/util/concurrent/LinkedBlockingQueue.java
Parent Directory
Revision
1.51 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 29 18:13:44 2009 UTC (3 months, 3 weeks ago) by
jsr166
Branch:
MAIN
Changes since
1.50: +216 -185 lines
Diff to
previous 1.50
6805775: LinkedBlockingQueue Nodes should unlink themselves before becoming garbage
6815766: LinkedBlockingQueue's iterator can return null if drainTo(c) executes concurrently
Revision
1.47 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 11 08:31:38 2005 UTC (4 years, 3 months ago) by
jsr166
Branch:
MAIN
Changes since
1.46: +2 -0 lines
Diff to
previous 1.46
6307455: LinkedBlockingQueue.toArray(x) does not set "one-past" element of x to null
Revision
1.36 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jun 2 23:49:07 2004 UTC (5 years, 5 months ago) by
dl
Branch:
MAIN
Changes since
1.35: +4 -3 lines
Diff to
previous 1.35
CopyOnWriteArraySet and ConcurrentHashMap no longer implement Cloneable
Improve javadoc wording in other classes
Revision
1.35 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 27 11:06:11 2004 UTC (5 years, 5 months ago) by
dl
Branch:
MAIN
Changes since
1.34: +8 -0 lines
Diff to
previous 1.34
Override javadoc specs when overriding AbstractQueue implementations
Clarify atomicity in BlockingQueue
Revision
1.31 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 23 19:38:09 2003 UTC (5 years, 11 months ago) by
dl
Branch:
MAIN
Changes since
1.30: +36 -12 lines
Diff to
previous 1.30
cache finals across volatiles; avoid readResolve; doc improvments; timed invokeAll interleaves
Revision
1.20 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 12 15:40:10 2003 UTC (6 years, 2 months ago) by
dl
Branch:
MAIN
Changes since
1.19: +10 -51 lines
Diff to
previous 1.19
Adapt AbstractQueue changes; Conditionalize CancellableTask.reset; new TimeUnit methods
Revision
1.12 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 4 16:14:48 2003 UTC (6 years, 3 months ago) by
tim
Branch:
MAIN
Changes since
1.11: +47 -47 lines
Diff to
previous 1.11
Make atomics emulation classes match the main atomics.
Fix docs for atomics (both in main and emulation).
Restored more specific iterator types in both blocking queue impls.
Fix unchecked cast warning in PQ.
Revision
1.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 31 07:18:02 2003 UTC (6 years, 3 months ago) by
dholmes
Branch:
MAIN
Changes since
1.8: +29 -7 lines
Diff to
previous 1.8
Continued updates to explicit and inherited doc comments.
Consistency over remove(null)
Some inherited doc is still not right.
Revision
1.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 28 04:11:54 2003 UTC (6 years, 3 months ago) by
dholmes
Branch:
MAIN
Changes since
1.7: +71 -19 lines
Diff to
previous 1.7
Significant doc updates:
- inherit comments where appropriate
- ensure runtime exception comments inherited (overriding as needed)
- consistent descriptions
- introduce head and tail terminology
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed May 14 21:30:47 2003 UTC (6 years, 6 months ago) by
tim
Branch:
MAIN
Moved main source rooted at . to ./src/main
Moved test source rooted at ./etc/testcases to ./src/test
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.