--- jsr166/src/jsr166y/CountedCompleter.java 2012/10/30 14:23:11 1.6 +++ jsr166/src/jsr166y/CountedCompleter.java 2012/10/30 16:05:35 1.7 @@ -432,7 +432,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) :