comparison test/compiler/types/TestSpeculationFailedHigherEqual.java @ 17735:8f28240318a2

8032633: Enable type speculation by default Summary: enable type speculation Reviewed-by: kvn
author roland
date Thu, 06 Mar 2014 11:11:04 +0100
parents de95063c0e34
children 92aa6797d639
comparison
equal deleted inserted replaced
17734:f258347cec12 17735: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