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

Comparing jsr166/src/test/loops/Heat.java (file contents):
Revision 1.4 by jsr166, Sat Oct 16 16:22:56 2010 UTC vs.
Revision 1.5 by jsr166, Mon Nov 29 20:58:06 2010 UTC

# Line 47 | Line 47 | public class Heat {
47              return;
48          }
49  
50 <        ForkJoinPool g = procs == 0? new ForkJoinPool() :
50 >        ForkJoinPool g = (procs == 0) ? new ForkJoinPool() :
51              new ForkJoinPool(procs);
52  
53          System.out.print("parallelism = " + g.getParallelism());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines