ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166y/CountedCompleter.java
(Generate patch)

Comparing jsr166/src/jsr166y/CountedCompleter.java (file contents):
Revision 1.8 by dl, Wed Oct 31 12:49:24 2012 UTC vs.
Revision 1.9 by jsr166, Fri Nov 9 03:30:03 2012 UTC

# Line 429 | Line 429 | public abstract class CountedCompleter<T
429                  }
430              }
431              else if (U.compareAndSwapInt(a, PENDING, c, c - 1)) {
432 <                if (!(Thread.currentThread() instanceof ForkJoinWorkerThread))
432 >                if (!(Thread.currentThread() instanceof ForkJoinWorkerThread))
433                      ForkJoinPool.popAndExecCCFromCommonPool(a);
434                  return;
435              }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines