< prev index next >

test/compiler/c2/cr6663854/Test6663854.java

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

@@ -25,13 +25,14 @@
 /**
  * @test
  * @bug 6663854
  * @summary assert(n != __null,"Bad immediate dominator info.") in C2 with -Xcomp
  *
- * @run main/othervm -Xcomp Test6663854
+ * @run main/othervm -Xcomp compiler.c2.cr6663854.Test6663854
  */
 
+package compiler.c2.cr6663854;
 // This is a randomly generated test that exposed a crash so don't try
 // to make sense of what's it's doing.  The output produced is likely
 // to be stable but it is not being checked as part of this test.
 
 final class Test6663854_Class_0 {
< prev index next >