RFR: 8315369: [JVMCI] failure to attach to a libgraal isolate during shutdown should not be fatal

Doug Simon dnsimon at openjdk.org
Fri Sep 1 17:15:12 UTC 2023


On Fri, 1 Sep 2023 17:02:51 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

> This PR moves handling of errors in some JVMCIEnv constructors to the caller. This avoids VM crashes in contexts where errors are recoverable, such as the problem of running out of file descriptors described in the JBS issue for this PR.

I have tested this fix with libgraal and it fixes the ruby crash mentioned in https://bugs.openjdk.org/browse/JDK-8315369.

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

PR Comment: https://git.openjdk.org/jdk/pull/15542#issuecomment-1703070000


More information about the hotspot-compiler-dev mailing list