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

Comparing jsr166/src/main/java/util/concurrent/ForkJoinPool.java (file contents):
Revision 1.179 by jsr166, Tue May 7 05:27:06 2013 UTC vs.
Revision 1.180 by jsr166, Tue May 7 05:31:10 2013 UTC

# Line 667 | Line 667 | public class ForkJoinPool extends Abstra
667              return (n >= 0) ? 0 : -n; // ignore transient negative
668          }
669  
670 <       /**
670 >        /**
671           * Provides a more accurate estimate of whether this queue has
672           * any tasks than does queueSize, by checking whether a
673           * near-empty queue has at least one unclaimed task.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines