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

Comparing jsr166/src/test/tck/RecursiveTaskTest.java (file contents):
Revision 1.10 by jsr166, Wed Aug 25 00:07:03 2010 UTC vs.
Revision 1.11 by jsr166, Wed Sep 1 06:41:55 2010 UTC

# Line 19 | Line 19 | public class RecursiveTaskTest extends J
19  
20      static final ForkJoinPool mainPool = new ForkJoinPool();
21      static final ForkJoinPool singletonPool = new ForkJoinPool(1);
22 <    static final ForkJoinPool asyncSingletonPool =
23 <        new ForkJoinPool(1, ForkJoinPool.defaultForkJoinWorkerThreadFactory,
22 >    static final ForkJoinPool asyncSingletonPool =
23 >        new ForkJoinPool(1, ForkJoinPool.defaultForkJoinWorkerThreadFactory,
24                           null, true);
25  
26      static final class FJException extends RuntimeException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines