--- jsr166/src/test/tck/RecursiveActionTest.java 2011/06/25 05:20:30 1.34 +++ jsr166/src/test/tck/RecursiveActionTest.java 2011/06/25 06:54:53 1.35 @@ -1232,7 +1232,7 @@ public class RecursiveActionTest extends */ public void testSortTaskDemo() { ThreadLocalRandom rnd = ThreadLocalRandom.current(); - long[] array = new long[1000]; + long[] array = new long[1007]; for (int i = 0; i < array.length; i++) array[i] = rnd.nextLong(); long[] arrayClone = array.clone();