RFR: 8329150: Remove CDS support for LatestMethodCache [v3]
Ioi Lam
iklam at openjdk.org
Wed Mar 27 21:04:45 UTC 2024
On Wed, 27 Mar 2024 20:52:49 GMT, Matias Saavedra Silva <matsaave at openjdk.org> wrote:
>> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Moved methods relocated to LatestMethodCache close to each other
>
> src/hotspot/share/memory/universe.cpp line 111:
>
>> 109: };
>> 110:
>> 111: static LatestMethodCache _finalizer_register_cache; // static method for registering finalizable objects
>
> Could you align these comments?
I aligned the comments and simplified the text.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18516#discussion_r1542039744
More information about the hotspot-runtime-dev
mailing list