mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-30 13:08:24 +00:00
8270468: TestRangeCheckEliminated fails because methods are not compiled
Reviewed-by: kvn, thartmann
This commit is contained in:
parent
057992f206
commit
bb82005a81
@ -50,6 +50,7 @@ public class TestRangeCheckEliminated {
|
||||
"-XX:TieredStopAtLevel=1",
|
||||
"-XX:+TraceRangeCheckElimination",
|
||||
"-XX:-BackgroundCompilation",
|
||||
"-XX:CompileThreshold=500",
|
||||
test_constant_array.class.getName()
|
||||
};
|
||||
|
||||
@ -69,6 +70,7 @@ public class TestRangeCheckEliminated {
|
||||
"-XX:TieredStopAtLevel=1",
|
||||
"-XX:+TraceRangeCheckElimination",
|
||||
"-XX:-BackgroundCompilation",
|
||||
"-XX:CompileThreshold=500",
|
||||
test_multi_constant_array.class.getName()
|
||||
};
|
||||
|
||||
@ -88,6 +90,7 @@ public class TestRangeCheckEliminated {
|
||||
"-XX:TieredStopAtLevel=1",
|
||||
"-XX:+TraceRangeCheckElimination",
|
||||
"-XX:-BackgroundCompilation",
|
||||
"-XX:CompileThreshold=500",
|
||||
test_multi_new_array.class.getName()
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user