8270468: TestRangeCheckEliminated fails because methods are not compiled

Reviewed-by: kvn, thartmann
This commit is contained in:
Christoph Göttschkes 2021-07-15 19:53:31 +00:00 committed by Vladimir Kozlov
parent 057992f206
commit bb82005a81

View File

@ -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()
};