< prev index next >

test/compiler/loopopts/TestSplitIfUnswitchedLoopsEliminated.java

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

*** 24,37 **** /** * @test * @bug 8078426 * @summary split if finds predicates on several incoming paths when unswitched's loops are optimized out - * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:-UseCompressedOops TestSplitIfUnswitchedLoopsEliminated * */ public class TestSplitIfUnswitchedLoopsEliminated { static class A { int f; --- 24,40 ---- /** * @test * @bug 8078426 * @summary split if finds predicates on several incoming paths when unswitched's loops are optimized out * + * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseOnStackReplacement + * -XX:-BackgroundCompilation -XX:-UseCompressedOops + * compiler.loopopts.TestSplitIfUnswitchedLoopsEliminated */ + package compiler.loopopts; public class TestSplitIfUnswitchedLoopsEliminated { static class A { int f;
< prev index next >