Searched refs:NCOPY (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/test/compiler/6892265/
H A DTest.java34 static final int NCOPY = 1; field in class:Test
36 static int[] src2 = new int[NCOPY];
44 System.arraycopy(src2, 0, dst2, N, NCOPY);
45 System.arraycopy(dst2, N, src2, 0, NCOPY);
50 dst2 = new int[NCOPY + Integer.MAX_VALUE/4 + OVERFLOW];

Completed in 264 milliseconds