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

Comparing jsr166/src/test/extra166y/ScalarLongSortDemo.java (file contents):
Revision 1.3 by jsr166, Sat Oct 16 16:38:37 2010 UTC vs.
Revision 1.4 by dl, Thu Nov 25 12:38:35 2010 UTC

# Line 11 | Line 11 | import java.util.*;
11   class ScalarLongSortDemo {
12      static final long NPS = (1000L * 1000 * 1000);
13  
14 <    public static void main(String[] args) throws Exception {
15 <        int n = 1 << 20;
14 >    public static void main (String[] args) throws Exception {
15 >        int n = 1 << 22;
16          int sreps = 4;
17          int reps = 10;
18          System.out.printf("Sorting %d longs, %d replications\n", n, sreps);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines