< prev index next >

test/compiler/c2/Test6837011.java

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

@@ -24,13 +24,17 @@
 /**
  * @test
  * @bug 6837011
  * @summary SIGSEGV in PhaseIdealLoop in 32bit jvm
  *
- * @run main/othervm -Xcomp -XX:CompileOnly=Test6837011.main Test6837011
+ * @run main/othervm -Xcomp
+ *      -XX:CompileCommand=compileonly,compiler.c2.Test6837011::main
+ *      compiler.c2.Test6837011
  */
 
+package compiler.c2;
+
 public class Test6837011 {
     static boolean var_3 = true;
 
     public static void main(String[] args) {
         double var_5;
< prev index next >