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

Comparing jsr166/src/test/extra166y/LongCumulateDemo.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:43 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines