< prev index next >

test/compiler/c1/Test6756768.java

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

@@ -24,13 +24,15 @@
 /**
  * @test
  * @bug 6756768
  * @summary C1 generates invalid code
  *
- * @run main/othervm -Xcomp Test6756768
+ * @run main/othervm -Xcomp compiler.c1.Test6756768
  */
 
+package compiler.c1;
+
 class Test6756768a
 {
     static boolean var_1 = true;
 }
 
< prev index next >