RFR: 8322154: RISC-V: JDK-8315743 missed change in MacroAssembler::load_reserved

Gui Cao gcao at openjdk.org
Fri Dec 15 08:55:46 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)

Thanks all for the review.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/17117#issuecomment-1857507829


More information about the hotspot-dev mailing list