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

Doug Simon dnsimon at openjdk.org
Fri Aug 25 19:04:21 UTC 2023


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.

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

Commit messages:
 - make AbortVMOnCompilationFailure play nice with JVMCI

Changes: https://git.openjdk.org/jdk/pull/15433/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=15433&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8313430
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/15433.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/15433/head:pull/15433

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


More information about the hotspot-compiler-dev mailing list