--- a/hotspot/test/compiler/loopopts/BadPredicateAfterPartialPeel.java Tue Jul 12 08:42:46 2016 +0000
+++ b/hotspot/test/compiler/loopopts/BadPredicateAfterPartialPeel.java Tue Jul 12 18:24:48 2016 +0300
@@ -26,10 +26,16 @@
* @test
* @bug 8146792
* @summary Predicate moved after partial peel may lead to broken graph
- * @run main/othervm -XX:-TieredCompilation -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:CompileOnly=BadPredicateAfterPartialPeel::m -XX:CompileCommand=dontinline,BadPredicateAfterPartialPeel::not_inlined* -XX:CompileCommand=quiet BadPredicateAfterPartialPeel
- *
+ * @run main/othervm -XX:-TieredCompilation -XX:-BackgroundCompilation
+ * -XX:-UseOnStackReplacement
+ * -XX:CompileCommand=compileonly,compiler.loopopts.BadPredicateAfterPartialPeel::m
+ * -XX:CompileCommand=dontinline,compiler.loopopts.BadPredicateAfterPartialPeel::not_inlined*
+ * -XX:CompileCommand=quiet
+ * compiler.loopopts.BadPredicateAfterPartialPeel
*/
+package compiler.loopopts;
+
public class BadPredicateAfterPartialPeel {
static void not_inlined1() {}