test/compiler/types/TestMeetTopArrayExactConstantArray.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/compiler/types/TestMeetTopArrayExactConstantArray.java

test/compiler/types/TestMeetTopArrayExactConstantArray.java

Print this page
rev 5779 : 8032633: Enable type speculation by default
Summary: enable type speculation
Reviewed-by:

*** 23,33 **** /* * @test * @bug 8027571 * @summary meet of TopPTR exact array with constant array is not symmetric ! * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseOnStackReplacement -XX:TypeProfileLevel=222 -XX:+UnlockExperimentalVMOptions -XX:+UseTypeSpeculation -XX:-BackgroundCompilation TestMeetTopArrayExactConstantArray * */ public class TestMeetTopArrayExactConstantArray { --- 23,33 ---- /* * @test * @bug 8027571 * @summary meet of TopPTR exact array with constant array is not symmetric ! * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseOnStackReplacement -XX:TypeProfileLevel=222 -XX:+UseTypeSpeculation -XX:-BackgroundCompilation TestMeetTopArrayExactConstantArray * */ public class TestMeetTopArrayExactConstantArray {
test/compiler/types/TestMeetTopArrayExactConstantArray.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File