RFR: 8354130: Assert failure at CompilationPolicy::can_be_compiled after JDK-8334046
Yudi Zheng
yzheng at openjdk.org
Wed Apr 9 10:16:46 UTC 2025
With https://github.com/openjdk/jdk/pull/24298 , `CompLevel_any` and `CompLevel_all` are now different, causing an assertion failure in CompilationPolicy::can_be_compiled. This PR includes `CompLevel_all` in the assertion condition.
-------------
Commit messages:
- Assert failure at CompilationPolicy::can_be_compiled after JDK-8334046
Changes: https://git.openjdk.org/jdk/pull/24540/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24540&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8354130
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/24540.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24540/head:pull/24540
PR: https://git.openjdk.org/jdk/pull/24540
More information about the hotspot-compiler-dev
mailing list