We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a946f04 commit 11a5bbdCopy full SHA for 11a5bbd
test/hotspot/jtreg/compiler/c1/TestRangeCheckEliminated.java
@@ -50,6 +50,7 @@ public static void main(String[] args) throws Throwable {
50
"-XX:TieredStopAtLevel=1",
51
"-XX:+TraceRangeCheckElimination",
52
"-XX:-BackgroundCompilation",
53
+ "-XX:CompileThreshold=500",
54
test_constant_array.class.getName()
55
};
56
@@ -69,6 +70,7 @@ public static void main(String[] args) throws Throwable {
69
70
71
72
73
74
test_multi_constant_array.class.getName()
75
76
@@ -88,6 +90,7 @@ public static void main(String[] args) throws Throwable {
88
90
89
91
92
93
94
test_multi_new_array.class.getName()
95
96
0 commit comments