--- jsr166/src/jsr166e/CountedCompleter.java 2012/10/30 14:23:03 1.5 +++ jsr166/src/jsr166e/CountedCompleter.java 2012/10/30 16:05:35 1.6 @@ -431,7 +431,7 @@ public abstract class CountedCompleter root = a.getRoot(); Thread thread = Thread.currentThread(); ForkJoinPool.WorkQueue wq = - (thread instanceof ForkJoinWorkerThread)? + (thread instanceof ForkJoinWorkerThread) ? ((ForkJoinWorkerThread)thread).workQueue : null; ForkJoinTask t; while ((t = (wq != null) ? wq.popCC(root) :