< prev index next >

test/compiler/loopopts/TestCastIINoLoopLimitCheck.java

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

*** 24,37 **** /** * @test * @bug 8073184 * @summary CastII that guards counted loops confuses range check elimination with LoopLimitCheck off - * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:CompileOnly=TestCastIINoLoopLimitCheck.m -Xcomp TestCastIINoLoopLimitCheck * */ /* * The test was originally run with * * -XX:+UnlockDiagnosticVMOptions -XX:-LoopLimitCheck * --- 24,40 ---- /** * @test * @bug 8073184 * @summary CastII that guards counted loops confuses range check elimination with LoopLimitCheck off * + * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xcomp + * -XX:CompileCommand=compileonly,compiler.loopopt.TestCastIINoLoopLimitCheck::m + * compiler.loopopts.TestCastIINoLoopLimitCheck */ + package compiler.loopopts; /* * The test was originally run with * * -XX:+UnlockDiagnosticVMOptions -XX:-LoopLimitCheck *
< prev index next >