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

Comparing jsr166/src/test/tck/ForkJoinTaskTest.java (file contents):
Revision 1.20 by dl, Sun Oct 24 13:41:17 2010 UTC vs.
Revision 1.21 by jsr166, Sun Oct 24 17:52:23 2010 UTC

# Line 26 | Line 26 | public class ForkJoinTaskTest extends JS
26      }
27  
28      // Runs with "mainPool" use > 1 thread. singletonPool tests use 1
29 <    static final int mainPoolSize =
29 >    static final int mainPoolSize =
30          Math.max(2, Runtime.getRuntime().availableProcessors());
31  
32      private static ForkJoinPool mainPool() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines