RFR: 8301997: Move method resolution information out of the cpCache [v6]
Martin Doerr
mdoerr at openjdk.org
Wed Nov 1 19:08:16 UTC 2023
On Tue, 31 Oct 2023 23:01:44 GMT, Matias Saavedra Silva <matsaave at openjdk.org> wrote:
>> src/hotspot/cpu/aarch64/templateTable_aarch64.cpp line 3293:
>>
>>> 3291: void TemplateTable::prepare_invoke(Register recv) {
>>> 3292:
>>> 3293: const Register cache = r2;
>>
>> Passing `cache` and `flags` is better. See x86 version.
>
> As @offamitkumar pointed out, `flags` is unused in aarch64.
Ok, then only `cache`.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15455#discussion_r1379197098
More information about the hotspot-dev
mailing list