RFR: 8295724: VirtualMachineError: Out of space in CodeCache for method handle intrinsic
Martin Doerr
mdoerr at openjdk.org
Wed Nov 2 09:19:21 UTC 2022
On Tue, 1 Nov 2022 18:12:54 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> Is it possible to test this case possibly with small CodeCache sizes?
We don't have any deterministic reproduction case. The problem only happens sometimes on some machines with a proprietary test, not always. For reproduction, both code cache segments need to be completely full and the GC needs to be slow enough at the point of time at which a new method handle intrinsic is required.
I only verified that the issue is gone with this change in our nightly tests.
-------------
PR: https://git.openjdk.org/jdk/pull/10933
More information about the hotspot-compiler-dev
mailing list