RFR: 8295724: VirtualMachineError: Out of space in CodeCache for method handle intrinsic [v3]
Dean Long
dlong at openjdk.org
Fri Nov 4 21:42:29 UTC 2022
On Fri, 4 Nov 2022 13:08:38 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> This is a further indication that the code is not needed. Should I file another RFE for that?
Please do, and link JDK-8294002 as related. I suspected that the duplicated metadata on aarch64 could be a problem, if we ended up with different values, however I wasn't able to reproduce a problem.
For this PR, would it make sense to use a MetadataClosure and metadata_do to check for metadata?
-------------
PR: https://git.openjdk.org/jdk/pull/10933
More information about the hotspot-compiler-dev
mailing list