RFR: 8301818: RISC-V: Factor out function mvw from MacroAssembler [v2]
Gui Cao
gcao at openjdk.org
Sat Feb 4 11:30:07 UTC 2023
On Sat, 4 Feb 2023 10:52:50 GMT, Ludovic Henry <luhenry at openjdk.org> wrote:
>> Gui Cao has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Revert use lwu
>
> src/hotspot/cpu/riscv/vtableStubs_riscv.cpp line 92:
>
>> 90:
>> 91: // check offset vs vtable length
>> 92: __ lwu(t0, Address(t2, Klass::vtable_length_offset()));
>
> There is an extra `lwu` -> `lw` which doesn't happen anywhere else.
Thanks for your review. fixed.
-------------
PR: https://git.openjdk.org/jdk/pull/12425
More information about the hotspot-dev
mailing list