comparison test/compiler/types/TestSpeculationFailedHigherEqual.java @ 14726:92aa6797d639

Backed out merge changeset: b51e29501f30 Backed out merge revision to its first parent (8f483e200405)
author Doug Simon <doug.simon@oracle.com>
date Mon, 24 Mar 2014 21:30:43 +0100
parents 45b0159f30f2
children
comparison
equal deleted inserted replaced
14719:0bdd0d157040 14726:92aa6797d639
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:+UseTypeSpeculation -XX:-BackgroundCompilation TestSpeculationFailedHigherEqual 28 * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:TypeProfileLevel=222 -XX:+UnlockExperimentalVMOptions -XX:+UseTypeSpeculation -XX:-BackgroundCompilation TestSpeculationFailedHigherEqual
29 * 29 *
30 */ 30 */
31 31
32 public class TestSpeculationFailedHigherEqual { 32 public class TestSpeculationFailedHigherEqual {
33 33