< prev index next >

test/compiler/c2/Test7110586.java

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

@@ -25,13 +25,15 @@
 /**
  * @test
  * @bug 7110586
  * @summary C2 generates icorrect results
  *
- * @run main/othervm -Xbatch Test7110586
+ * @run main/othervm -Xbatch compiler.c2.Test7110586
  */
 
+package compiler.c2;
+
 public class Test7110586 {
   static int test1() {
     int i = 0;
     for ( ; i < 11; i+=1) {}
     return i;
< prev index next >