< prev index next >

test/compiler/c2/Test7024475.java

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

@@ -25,13 +25,15 @@
 /**
  * @test
  * @bug 7024475
  * @summary loop doesn't terminate when compiled
  *
- * @run main Test7024475
+ * @run main compiler.c2.Test7024475
  */
 
+package compiler.c2;
+
 public class Test7024475 {
 
     static int i;
     static int x1;
     static int[] bucket_B;
< prev index next >