RFR: 8313430: [JVMCI] fatal error: Never compilable: in JVMCI shutdown
Tom Rodriguez
never at openjdk.org
Fri Aug 25 19:04:22 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.
Looks good.
-------------
Marked as reviewed by never (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/15433#pullrequestreview-1596341943
More information about the hotspot-compiler-dev
mailing list