RFR: 8357135: java.lang.OutOfMemoryError: Error creating or attaching to libjvmci after JDK-8356447 [v2]
Doug Simon
dnsimon at openjdk.org
Wed May 21 16:15:52 UTC 2025
On Wed, 21 May 2025 15:54:58 GMT, Tom Rodriguez <never at openjdk.org> wrote:
> Silently disabling the top level JIT seems like a bad default behaviour for customers.
This does not disable the JIT, just suppresses a specific type of error (i.e., reserving virtual address space for the SVM heap) when trying to initialize libgraal at startup. Importantly, the error of badly specified libgraal options still causes a VM exit.
What alternative solution would you prefer? One of the other 2 proposals in the PR description? Or something else?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25307#issuecomment-2898519536
More information about the graal-dev
mailing list