-
Bug
-
Resolution: Duplicate
-
P4
-
25
Assert failure at CompilationPolicy::can_be_compiled
https://github.com/openjdk/jdk/blob/f7fa05f577a28870202ccaa3544c34b58bd4adfe/src/hotspot/share/compiler/compilationPolicy.cpp#L125
assert(WhiteBoxAPI || comp_level == CompLevel_any || is_compile(comp_level)) failed: illegal compilation level
We might need to add the new comp level
https://github.com/openjdk/jdk/blob/f7fa05f577a28870202ccaa3544c34b58bd4adfe/src/hotspot/share/compiler/compilationPolicy.cpp#L125
assert(WhiteBoxAPI || comp_level == CompLevel_any || is_compile(comp_level)) failed: illegal compilation level
We might need to add the new comp level
- caused by
-
JDK-8334046 Set different values for CompLevel_any and CompLevel_all
-
- Resolved
-
- duplicates
-
JDK-8354181 [Backout] 8334046: Set different values for CompLevel_any and CompLevel_all
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/24540