--- jsr166/src/test/extra166y/SortDemo.java 2011/03/15 19:47:04 1.6 +++ jsr166/src/test/extra166y/SortDemo.java 2011/10/10 16:59:04 1.7 @@ -13,7 +13,7 @@ class SortDemo { static final Random rng = new Random(); static final long NPS = (1000L * 1000 * 1000); - public static void main (String[] args) throws Exception { + public static void main(String[] args) throws Exception { int n = 1 << 22; int sreps = 4; int reps = 20;