comparison test/compiler/types/TypeSpeculation.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 29463147336b
children 92aa6797d639 52b4284cb496
comparison
equal deleted inserted replaced
17734:f258347cec12 17735:8f28240318a2
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:+UnlockExperimentalVMOptions -XX:+UseTypeSpeculation TypeSpeculation 28 * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:TypeProfileLevel=222 -XX:+UseTypeSpeculation TypeSpeculation
29 * 29 *
30 */ 30 */
31 31
32 public class TypeSpeculation { 32 public class TypeSpeculation {
33 33