< prev index next >

test/compiler/types/TestSpeculationFailedHigherEqual.java

Print this page

        

@@ -23,14 +23,18 @@
 
 /*
  * @test
  * @bug 8027422
  * @summary type methods shouldn't always operate on speculative part
- * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:TypeProfileLevel=222 -XX:+UseTypeSpeculation -XX:-BackgroundCompilation TestSpeculationFailedHigherEqual
  *
+ * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:TypeProfileLevel=222
+ *                   -XX:+UseTypeSpeculation -XX:-BackgroundCompilation
+ *                   compiler.types.TestSpeculationFailedHigherEqual
  */
 
+package compiler.types;
+
 public class TestSpeculationFailedHigherEqual {
 
     static class A {
         void m() {}
         int i;
< prev index next >