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

Comparing jsr166/src/jdk7/java/util/concurrent/SynchronousQueue.java (file contents):
Revision 1.3 by jsr166, Wed Jan 16 01:39:37 2013 UTC vs.
Revision 1.4 by jsr166, Thu Jan 24 04:10:44 2013 UTC

# Line 570 | Line 570 | public class SynchronousQueue<E> extends
570          /**
571           * Reference to a cancelled node that might not yet have been
572           * unlinked from queue because it was the last inserted node
573 <         * when it cancelled.
573 >         * when it was cancelled.
574           */
575          transient volatile QNode cleanMe;
576  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines