RFR: 8329150: Remove CDS support for LatestMethodCache [v2]
Ioi Lam
iklam at openjdk.org
Wed Mar 27 20:11:45 UTC 2024
On Wed, 27 Mar 2024 19:02:13 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Ioi Lam has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Move definitions of _finalizer_register_cache close to the declaration of LatestMethodCache
>> - @coleenp comments - no need to expose LatestMethodCache in universe.hpp
>
> src/hotspot/share/memory/universe.cpp line 1261:
>
>> 1259: _method_idnum = m->method_idnum();
>> 1260: assert(_method_idnum >= 0, "sanity check");
>> 1261: }
>
> Can you move this function up to where the accessor are too? Like around line 930?
Done
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18516#discussion_r1541954993
More information about the hotspot-runtime-dev
mailing list