comparison test/compiler/types/TestMeetTopArrayExactConstantArray.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 5231c2210388
children 92aa6797d639
comparison
equal deleted inserted replaced
17734:f258347cec12 17735:8f28240318a2
23 23
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 8027571 26 * @bug 8027571
27 * @summary meet of TopPTR exact array with constant array is not symmetric 27 * @summary meet of TopPTR exact array with constant array is not symmetric
28 * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseOnStackReplacement -XX:TypeProfileLevel=222 -XX:+UnlockExperimentalVMOptions -XX:+UseTypeSpeculation -XX:-BackgroundCompilation TestMeetTopArrayExactConstantArray 28 * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseOnStackReplacement -XX:TypeProfileLevel=222 -XX:+UseTypeSpeculation -XX:-BackgroundCompilation TestMeetTopArrayExactConstantArray
29 * 29 *
30 */ 30 */
31 31
32 public class TestMeetTopArrayExactConstantArray { 32 public class TestMeetTopArrayExactConstantArray {
33 33