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.127 by jsr166, Thu Dec 29 04:58:13 2016 UTC vs.
Revision 1.128 by jsr166, Thu Dec 29 06:45:19 2016 UTC

# Line 271 | Line 271 | public class LinkedTransferQueue<E> exte
271       *    attempt advances head by two (if applicable), we ensure that
272       *    the slack does not grow without bound. Traversals also check
273       *    if the initial head is now off-list, in which case they
274 <     *    start at the new head.
274 >     *    restart at the new head.
275       *
276       *    If no candidates are found and the call was untimed
277 <     *    poll/offer, (argument "how" is NOW) return.
277 >     *    poll/offer (argument "how" is NOW), return.
278       *
279       * 2. Try to append a new node (method tryAppend)
280       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines