We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013aa4d commit 5f99819Copy full SHA for 5f99819
test/hotspot/jtreg/compiler/whitebox/MakeMethodNotCompilableTest.java
@@ -202,7 +202,7 @@ private void testTier(int testedTier) {
202
deoptimize();
203
}
204
205
- if (!isCompilable(COMP_LEVEL_ANY)) {
+ if (!isCompilable(COMP_LEVEL_ANY) && TIERED_STOP_AT_LEVEL == COMP_LEVEL_FULL_OPTIMIZATION) {
206
throw new RuntimeException(method
207
+ " must be compilable at 'CompLevel::CompLevel_any'"
208
+ ", if it is not compilable only at " + testedTier);
0 commit comments