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

Comparing jsr166/src/test/extra166y/DoubleCumulateDemo.java (file contents):
Revision 1.1 by dl, Sun Nov 1 22:00:35 2009 UTC vs.
Revision 1.2 by jsr166, Mon Nov 16 04:16:42 2009 UTC

# Line 52 | Line 52 | public class DoubleCumulateDemo {
52          fjp.shutdown();
53      }
54  
55 <    static void oneRun(ForkJoinPool fjp,
56 <                       double[] array, int nthreads,
55 >    static void oneRun(ForkJoinPool fjp,
56 >                       double[] array, int nthreads,
57                         int reps, int tests) throws Exception {
58          ParallelDoubleArray pa = ParallelDoubleArray.createUsingHandoff(array, fjp);
59          long last, now;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines