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

Comparing jsr166/src/jsr166e/CountedCompleter.java (file contents):
Revision 1.5 by dl, Tue Oct 30 14:23:03 2012 UTC vs.
Revision 1.6 by jsr166, Tue Oct 30 16:05:35 2012 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines