Integrated: 8313430: [JVMCI] fatal error: Never compilable: in JVMCI shutdown

Doug Simon dnsimon at openjdk.org
Sat Aug 26 10:16:30 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.

This pull request has now been integrated.

Changeset: acd93102
Author:    Doug Simon <dnsimon at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/acd93102348f592d6f2e77a4bff6037edf708d55
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8313430: [JVMCI] fatal error: Never compilable: in JVMCI shutdown

Reviewed-by: never, kvn, shade

-------------

PR: https://git.openjdk.org/jdk/pull/15433


More information about the hotspot-compiler-dev mailing list