< prev index next >

test/compiler/c1/TestArrayCopy.java

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

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