RFR: 8295724: VirtualMachineError: Out of space in CodeCache for method handle intrinsic [v3]
Dean Long
dlong at openjdk.org
Thu Nov 3 22:11:30 UTC 2022
On Thu, 3 Nov 2022 21:37:16 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> Filed 2 issues: https://bugs.openjdk.org/browse/JDK-8296336 https://bugs.openjdk.org/browse/JDK-8296334 Feel free to modify them.
>
> I've added a check for metadata. I don't think we need to check for metadata relocations because the oop recorder always records all metadata pointers. We never iterate over the code to find metadata AFAIK (except for patching purposes, but the metadata is duplicated in this case, not in the code only). Please take a look.
The metadata in stubs might not have an oop. See the comment here:
https://github.com/openjdk/jdk/blob/054c23f484522881a0879176383d970a8de41201/src/hotspot/share/code/compiledMethod.cpp#L632
-------------
PR: https://git.openjdk.org/jdk/pull/10933
More information about the hotspot-compiler-dev
mailing list