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.6 by dl, Tue Oct 30 14:23:11 2012 UTC vs.
Revision 1.7 by jsr166, Tue Oct 30 16:05:35 2012 UTC

# Line 432 | Line 432 | public abstract class CountedCompleter<T
432                  CountedCompleter<?> root = a.getRoot();
433                  Thread thread = Thread.currentThread();
434                  ForkJoinPool.WorkQueue wq =
435 <                    (thread instanceof ForkJoinWorkerThread)?
435 >                    (thread instanceof ForkJoinWorkerThread) ?
436                      ((ForkJoinWorkerThread)thread).workQueue : null;
437                  ForkJoinTask<?> t;
438                  while ((t = (wq != null) ? wq.popCC(root) :

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines