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.146 by jsr166, Mon Jan 16 01:05:41 2017 UTC vs.
Revision 1.147 by jsr166, Mon Jan 16 01:41:35 2017 UTC

# Line 670 | Line 670 | public class LinkedTransferQueue<E> exte
670       * @param s the node to append
671       * @param haveData true if appending in data mode
672       * @return null on failure due to losing race with append in
673 <     * different mode, else s's predecessor, or s itself if no
674 <     * predecessor
673 >     * different mode, else s's predecessor
674       */
675      private Node tryAppend(Node s, boolean haveData) {
676          // assert head != null;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines