File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/hotspot/jtreg/compiler/arraycopy Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727 * @requires vm.compiler2.enabled
2828 * @summary ArrayCopy with negative index before infinite loop
2929 * @run main/othervm -Xbatch -XX:-TieredCompilation
30- * -XX:CompileCommand=compileonly,"* TestIllegalArrayCopyBeforeInfiniteLoop::foo"
30+ * -XX:CompileCommand=compileonly,compiler.arraycopy. TestIllegalArrayCopyBeforeInfiniteLoop::foo
3131 * compiler.arraycopy.TestIllegalArrayCopyBeforeInfiniteLoop
3232 */
3333
3838public class TestIllegalArrayCopyBeforeInfiniteLoop {
3939 private static char src [] = new char [10 ];
4040 private static int count = 0 ;
41- private static final int iter = 10_000 ;
41+ private static final int iter = 20_000 ;
4242
4343 public static void main (String [] args ) throws Exception {
4444 for (int i = 0 ; i < iter ; ++i ) {
You can’t perform that action at this time.
0 commit comments