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

Doug Simon dnsimon at openjdk.org
Fri Aug 25 19:59:46 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.

Doug Simon has updated the pull request incrementally with one additional commit since the last revision:

  remove extra space

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/15433/files
  - new: https://git.openjdk.org/jdk/pull/15433/files/8900b1c0..94981bbf

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=15433&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=15433&range=00-01

  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