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

Comparing jsr166/src/test/loops/FJSums.java (file contents):
Revision 1.4 by jsr166, Tue Mar 15 19:47:05 2011 UTC vs.
Revision 1.6 by dl, Mon Oct 31 23:18:46 2011 UTC

# Line 14 | Line 14 | public class FJSums {
14      static final long NPS = (1000L * 1000 * 1000);
15      static int THRESHOLD;
16  
17 <    public static void main (String[] args) throws Exception {
17 >    public static void main(String[] args) throws Exception {
18          int procs = 0;
19          int n = 1 << 25;
20          int reps = 10;
# Line 24 | Line 24 | public class FJSums {
24              if (args.length > 1)
25                  n = Integer.parseInt(args[1]);
26              if (args.length > 2)
27 <                reps = Integer.parseInt(args[1]);
27 >                reps = Integer.parseInt(args[2]);
28          }
29          catch (Exception e) {
30              System.out.println("Usage: java FJSums threads n reps");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines