< prev index next >

test/compiler/c2/Test6935022.java

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

@@ -25,13 +25,15 @@
 /**
  * @test
  * @bug 6935022
  * @summary Server VM incorrectly breaks out of while loop
  *
- * @run main Test6935022
+ * @run main compiler.c2.Test6935022
  */
 
+package compiler.c2;
+
 public class Test6935022 {
     public static final void main(String[] args) throws Exception {
         Test6935022 test = new Test6935022();
 
         int cnt = 0;
< prev index next >