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

Comparing jsr166/src/jsr166y/LinkedTransferQueue.java (file contents):
Revision 1.73 by dl, Tue Aug 17 18:30:33 2010 UTC vs.
Revision 1.74 by jsr166, Wed Sep 1 21:43:08 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines