< prev index next >

test/compiler/c1/Test7123108.java

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

@@ -25,13 +25,15 @@
 /**
  * @test
  * @bug 7123108
  * @summary C1 crashes with assert(if_state != NULL) failed: states do not match up
  *
- * @run main/othervm -Xcomp Test7123108
+ * @run main/othervm -Xcomp compiler.c1.Test7123108
  */
 
+package compiler.c1;
+
 public class Test7123108 {
 
     static class Test_Class_0 {
         final static byte var_2 = 67;
         byte var_3;
< prev index next >