--- jsr166/src/test/tck/RecursiveTaskTest.java 2010/08/25 00:07:03 1.10 +++ jsr166/src/test/tck/RecursiveTaskTest.java 2010/09/11 07:31:52 1.12 @@ -19,8 +19,8 @@ public class RecursiveTaskTest extends J static final ForkJoinPool mainPool = new ForkJoinPool(); static final ForkJoinPool singletonPool = new ForkJoinPool(1); - static final ForkJoinPool asyncSingletonPool = - new ForkJoinPool(1, ForkJoinPool.defaultForkJoinWorkerThreadFactory, + static final ForkJoinPool asyncSingletonPool = + new ForkJoinPool(1, ForkJoinPool.defaultForkJoinWorkerThreadFactory, null, true); static final class FJException extends RuntimeException { @@ -64,7 +64,6 @@ public class RecursiveTaskTest extends J * isCompletedAbnormally and isCancelled return false for normally * completed tasks. getRawResult of a completed non-null task * returns value; - * */ public void testInvoke() { RecursiveTask a = new RecursiveTask() {