< prev index next >

test/compiler/loopopts/TestPredicateLostDependency.java

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

*** 24,37 **** /** * @test * @bug 8069191 * @summary predicate moved out of loops and CastPP removal causes dependency to be lost - * @run main/othervm -Xcomp -XX:CompileOnly=TestPredicateLostDependency.m1 -XX:+IgnoreUnrecognizedVMOptions -XX:+StressGCM TestPredicateLostDependency * */ public class TestPredicateLostDependency { static class A { int i; } --- 24,42 ---- /** * @test * @bug 8069191 * @summary predicate moved out of loops and CastPP removal causes dependency to be lost * + * @run main/othervm -Xcomp -XX:+IgnoreUnrecognizedVMOptions -XX:+StressGCM + * -XX:CompileCommand=compileonly,compiler.loopopts.TestPredicateLostDependency::m1 + * compiler.loopopts.TestPredicateLostDependency + * */ + package compiler.loopopts; + public class TestPredicateLostDependency { static class A { int i; }
< prev index next >