RFR: 8322154: RISC-V: JDK-8315743 missed change in MacroAssembler::load_reserved
Robbin Ehn
rehn at openjdk.org
Fri Dec 15 06:38:37 UTC 2023
On Fri, 15 Dec 2023 03:56:04 GMT, Gui Cao <gcao at openjdk.org> wrote:
> The fix for https://bugs.openjdk.org/browse/JDK-8315743 touches MacroAssembler::load_reserved replacing `t0` with `dst`. But it missed change for the third case (that is `uint32`) of the switch in this assember function. We should also replace `t0` used in `zero_extend` with `dst`. @robehn can you help confirm this?
>
> - [x] Run tier1 tests on qemu 8.1.50 with UseRVV (release)
Good catch, thank you!
-------------
Marked as reviewed by rehn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/17117#pullrequestreview-1783205759
More information about the hotspot-dev
mailing list