RFR: 8313430: [JVMCI] fatal error: Never compilable: in JVMCI shutdown
Vladimir Kozlov
kvn at openjdk.org
Fri Aug 25 19:12:09 UTC 2023
On Fri, 25 Aug 2023 18:58:31 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
> VM shutdown involves calling Java code which can schedule further compilations by the CompileBroker. With `UseJVMCICompiler`, all compilations started once VM shutdown has begun are abandoned since they are unnecessary and can delay VM shutdown.
>
> This PR makes `-XX:+AbortVMOnCompilationFailure` ignore such abandoned compilations.
Good.
-------------
Marked as reviewed by kvn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/15433#pullrequestreview-1596354079
More information about the hotspot-compiler-dev
mailing list