< prev index next >

test/compiler/controldependency/TestEliminatedCastPPAtPhi.java

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

@@ -25,14 +25,19 @@
 /**
  * @test
  * @bug 8139771
  * @summary Eliminating CastPP nodes at Phis when they all come from a unique input may cause crash
  * @requires vm.gc=="Serial" | vm.gc=="Parallel"
- * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:+IgnoreUnrecognizedVMOptions -XX:+StressGCM TestEliminatedCastPPAtPhi
  *
+ * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement
+ *      -XX:+IgnoreUnrecognizedVMOptions -XX:+StressGCM
+ *      compiler.controldependenc.TestEliminatedCastPPAtPhi
+ *
  */
 
+package compiler.controldependency;
+
 public class TestEliminatedCastPPAtPhi {
 
     static TestEliminatedCastPPAtPhi saved;
     static TestEliminatedCastPPAtPhi saved_not_null;
 
< prev index next >