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

Comparing jsr166/src/test/tck/RecursiveActionTest.java (file contents):
Revision 1.34 by jsr166, Sat Jun 25 05:20:30 2011 UTC vs.
Revision 1.35 by jsr166, Sat Jun 25 06:54:53 2011 UTC

# Line 1232 | Line 1232 | public class RecursiveActionTest extends
1232       */
1233      public void testSortTaskDemo() {
1234          ThreadLocalRandom rnd = ThreadLocalRandom.current();
1235 <        long[] array = new long[1000];
1235 >        long[] array = new long[1007];
1236          for (int i = 0; i < array.length; i++)
1237              array[i] = rnd.nextLong();
1238          long[] arrayClone = array.clone();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines