RFR: 8296440: Remove Method* handling from cleanup_inline_caches_impl [v3]
Richard Reingruber
rrich at openjdk.org
Tue Mar 21 17:09:14 UTC 2023
On Mon, 20 Mar 2023 18:38:22 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Richard Reingruber has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Feedback Coleene
>
> src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp line 4308:
>
>> 4306: void MacroAssembler::load_method_holder_cld(Register rresult, Register rmethod) {
>> 4307: load_method_holder(rresult, rmethod);
>> 4308: ldr(rresult, Address(rresult, InstanceKlass::class_loader_data_offset()));
>
> Can you remove InstanceKlass::klass_loader_data_offset() also?
Done
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/12802#discussion_r1143732838
More information about the hotspot-dev
mailing list