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.149 by jsr166, Tue Feb 5 17:25:09 2013 UTC vs.
Revision 1.150 by jsr166, Tue Feb 5 19:54:06 2013 UTC

# Line 887 | Line 887 | public class ForkJoinPool extends Abstra
887           * or any other cancelled task. Returns (true) on any CAS
888           * or consistency check failure so caller can retry.
889           *
890 <         * @return false if no progress can be made, else true;
890 >         * @return false if no progress can be made, else true
891           */
892          final boolean tryRemoveAndExec(ForkJoinTask<?> task) {
893              boolean stat = true, removed = false, empty = true;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines