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

Comparing jsr166/src/test/loops/FJJacobi.java (file contents):
Revision 1.13 by jsr166, Mon Aug 10 03:13:33 2015 UTC vs.
Revision 1.14 by dl, Sat Sep 12 18:34:50 2015 UTC

# Line 38 | Line 38 | public class FJJacobi {
38              return;
39          }
40  
41 <        ForkJoinPool fjp = new ForkJoinPool();
41 >        //        ForkJoinPool fjp = new ForkJoinPool(1);
42 >        ForkJoinPool fjp = ForkJoinPool.commonPool();
43  
44          // allocate enough space for edges
45          int dim = n+2;
# Line 74 | Line 75 | public class FJJacobi {
75  
76              System.out.println("Compute Time: " + secs);
77              System.out.println(fjp);
78 +            Thread.sleep(1000);
79          }
80      }
81  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines