--- jsr166/src/test/extra166y/SortDemo.java 2010/10/16 16:38:37 1.4 +++ jsr166/src/test/extra166y/SortDemo.java 2011/10/10 16:59:04 1.7 @@ -1,7 +1,7 @@ /* * Written by Doug Lea with assistance from members of JCP JSR-166 * Expert Group and released to the public domain, as explained at - * http://creativecommons.org/licenses/publicdomain + * http://creativecommons.org/publicdomain/zero/1.0/ */ import jsr166y.*; @@ -14,7 +14,7 @@ class SortDemo { static final long NPS = (1000L * 1000 * 1000); public static void main(String[] args) throws Exception { - int n = 1 << 20; + int n = 1 << 22; int sreps = 4; int reps = 20; Long[] a = new Long[n];