comparison test/compiler/types/TypeSpeculation.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 8024070 26 * @bug 8024070
27 * @summary Test that type speculation doesn't cause incorrect execution 27 * @summary Test that type speculation doesn't cause incorrect execution
28 * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:TypeProfileLevel=222 -XX:+UseTypeSpeculation TypeSpeculation 28 * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:TypeProfileLevel=222 -XX:+UnlockExperimentalVMOptions -XX:+UseTypeSpeculation TypeSpeculation
29 * 29 *
30 */ 30 */
31 31
32 public class TypeSpeculation { 32 public class TypeSpeculation {
33 33