RFR: 8301996: Move field resolution information out of the cpCache [v8]
Fei Yang
fyang at openjdk.org
Mon Jul 17 03:06:19 UTC 2023
On Wed, 12 Jul 2023 15:08:41 GMT, Matias Saavedra Silva <matsaave at openjdk.org> wrote:
>> 8301996: Move field resolution information out of the cpCache
>
> Matias Saavedra Silva has updated the pull request incrementally with one additional commit since the last revision:
>
> RISCV port
src/hotspot/cpu/riscv/templateTable_riscv.cpp line 2429:
> 2427: InterpreterRuntime::post_field_access),
> 2428: c_rarg1, c_rarg2);
> 2429: __ load_field_entry(cache, index, 1);
Nit: maybe remove the 3rd parameter as it is the same as the default value for `bcp_offset`.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14129#discussion_r1264802108
More information about the hotspot-dev
mailing list