< prev index next >

test/compiler/c2/cr6712835/Test6712835.java

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

@@ -23,13 +23,16 @@
 
 /**
  * @test
  * @bug 6712835
  * @summary Server compiler fails with assertion (loop_count < K,"infinite loop in PhaseIterGVN::transform")
- * @run main/othervm -Xcomp Test6712835
+ *
+ * @run main/othervm -Xcomp compiler.c2.cr6712835.Test6712835
  */
 
+package compiler.c2.cr6712835;
+
 /* Complexity upper bound: 349851 ops */
 
 abstract class Tester_Class_0 {
     boolean var_1 = true;
     static double var_2;
< prev index next >