< prev index next >

test/compiler/c2/Test7169782.java

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

@@ -25,13 +25,17 @@
 /**
  * @test
  * @bug 7169782
  * @summary C2: SIGSEGV in LShiftLNode::Ideal(PhaseGVN*, bool)
  *
- * @run main/othervm -Xcomp -XX:CompileOnly="Test7169782::<clinit>" Test7169782
+ * @run main/othervm -Xcomp
+ *      -XX:CompileCommand=compileonly,compiler.c2.Test7169782::<clinit>
+ *      compiler.c2.Test7169782
  */
 
+package compiler.c2;
+
 public class Test7169782 {
     static long var_8;
 
     static {
         var_8 /= (long)(1E100 + ("".startsWith("a", 0) ? 1 : 2));
< prev index next >