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

Doug Simon dnsimon at openjdk.org
Sat Aug 26 10:16:29 UTC 2023


On Fri, 25 Aug 2023 19:59:46 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.
>
> Doug Simon has updated the pull request incrementally with one additional commit since the last revision:
> 
>   remove extra space

Thanks for the reviews.

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

PR Comment: https://git.openjdk.org/jdk/pull/15433#issuecomment-1694249600


More information about the hotspot-compiler-dev mailing list