< prev index next >

test/compiler/loopopts/BadPredicateAfterPartialPeel.java

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

*** 24,37 **** /** * @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 ! * */ public class BadPredicateAfterPartialPeel { static void not_inlined1() {} static void not_inlined4() {} --- 24,43 ---- /** * @test * @bug 8146792 * @summary Predicate moved after partial peel may lead to broken graph ! * @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() {} static void not_inlined4() {}
< prev index next >