< prev index next >

test/compiler/c1/TestArrayCopy.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

*** 24,37 **** /** * @test * @bug 6769124 * @summary arraycopy may crash the VM with c1 on 64 bit */ ! public class TestArrayCopy6769124 { public static void main(String[] args) { int k = 1 << 31; --- 24,41 ---- /** * @test * @bug 6769124 * @summary arraycopy may crash the VM with c1 on 64 bit + * + * @run main compiler.c1.TestArrayCopy */ ! package compiler.c1; + public class TestArrayCopy { + public static void main(String[] args) { int k = 1 << 31;
< prev index next >