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

Comparing jsr166/src/main/java/util/concurrent/LinkedTransferQueue.java (file contents):
Revision 1.22 by dl, Tue Aug 17 18:31:59 2010 UTC vs.
Revision 1.23 by jsr166, Wed Sep 1 21:43:08 2010 UTC

# Line 320 | Line 320 | public class LinkedTransferQueue<E> exte
320       * situations in which we cannot guarantee to make node s
321       * unreachable in this way: (1) If s is the trailing node of list
322       * (i.e., with null next), then it is pinned as the target node
323 <     * for appends, so can only be removed later when other nodes are
323 >     * for appends, so can only be removed later after other nodes are
324       * appended. (2) We cannot necessarily unlink s given a
325       * predecessor node that is matched (including the case of being
326       * cancelled): the predecessor may already be unspliced, in which

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines