RFR: 8295724: VirtualMachineError: Out of space in CodeCache for method handle intrinsic [v6]
Martin Doerr
mdoerr at openjdk.org
Tue Nov 8 17:55:02 UTC 2022
On Mon, 7 Nov 2022 22:36:55 GMT, Dean Long <dlong at openjdk.org> wrote:
>> Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Need to ignore own Method when using metadata_do.
>
> src/hotspot/share/code/nmethod.cpp line 503:
>
>> 501: basic_lock_sp_offset,
>> 502: oop_maps);
>> 503: #ifdef ASSERT
>
> How about making this whole block a separate function?
Done. And thanks for the hint regarding `is_permanent_class_loader_data`. That was what I was missing. Assertion added.
-------------
PR: https://git.openjdk.org/jdk/pull/10933
More information about the hotspot-compiler-dev
mailing list