test/compiler/types/TestSpeculationFailedHigherEqual.java

changeset 6384
8f28240318a2
parent 6313
de95063c0e34
child 6876
710a3c8b516e
equal deleted inserted replaced
6383:f258347cec12 6384:8f28240318a2
23 23
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 8027422 26 * @bug 8027422
27 * @summary type methods shouldn't always operate on speculative part 27 * @summary type methods shouldn't always operate on speculative part
28 * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:TypeProfileLevel=222 -XX:+UnlockExperimentalVMOptions -XX:+UseTypeSpeculation -XX:-BackgroundCompilation TestSpeculationFailedHigherEqual 28 * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:TypeProfileLevel=222 -XX:+UseTypeSpeculation -XX:-BackgroundCompilation TestSpeculationFailedHigherEqual
29 * 29 *
30 */ 30 */
31 31
32 public class TestSpeculationFailedHigherEqual { 32 public class TestSpeculationFailedHigherEqual {
33 33

mercurial