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.17 by jsr166, Sun Nov 15 01:53:11 2009 UTC vs.
Revision 1.18 by jsr166, Sun Nov 15 02:00:26 2009 UTC

# Line 341 | Line 341 | public class LinkedTransferQueue<E> exte
341       * When these cases arise, rather than always retraversing the
342       * entire list to find an actual predecessor to unlink (which
343       * won't help for case (1) anyway), we record a conservative
344 <     * estimate of possible unsplice failures (in "sweepVotes).  We
344 >     * estimate of possible unsplice failures (in "sweepVotes").  We
345       * trigger a full sweep when the estimate exceeds a threshold
346       * indicating the maximum number of estimated removal failures to
347       * tolerate before sweeping through, unlinking cancelled nodes

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines