ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jdk7/java/util/concurrent/ConcurrentLinkedQueue.java
(Generate patch)

Comparing jsr166/src/jdk7/java/util/concurrent/ConcurrentLinkedQueue.java (file contents):
Revision 1.2 by jsr166, Sun Dec 30 05:14:51 2012 UTC vs.
Revision 1.3 by jsr166, Mon Jun 17 17:17:05 2013 UTC

# Line 27 | Line 27 | import java.util.Queue;
27   * Like most other concurrent collection implementations, this class
28   * does not permit the use of {@code null} elements.
29   *
30 < * <p>This implementation employs an efficient &quot;wait-free&quot;
30 > * <p>This implementation employs an efficient <em>non-blocking</em>
31   * algorithm based on one described in <a
32   * href="http://www.cs.rochester.edu/u/michael/PODC96.html"> Simple,
33   * Fast, and Practical Non-Blocking and Blocking Concurrent Queue

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines