Integrated: 8362284: RISC-V: cleanup NativeMovRegMem
Hamlin Li
mli at openjdk.org
Thu Jul 17 10:48:55 UTC 2025
On Tue, 15 Jul 2025 18:41:56 GMT, Hamlin Li <mli at openjdk.org> wrote:
> Hi,
> Can you help to review this simple patch?
>
> NativeMovRegMem on riscv is actually dead code, but still needed in case of compilation of C1.
> So make the code as simple as possible to avoid any reading and maintainance effort.
>
> No tests, as `offset()` and `set_offset()` were Unimplemented and used in C1 and never triggered before.
>
> Thanks!
This pull request has now been integrated.
Changeset: 3fd89be6
Author: Hamlin Li <mli at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/3fd89be6d1a51b6fc99f4c0b5daba7a4bd64a08e
Stats: 40 lines in 2 files changed: 0 ins; 33 del; 7 mod
8362284: RISC-V: cleanup NativeMovRegMem
Reviewed-by: fyang, luhenry
-------------
PR: https://git.openjdk.org/jdk/pull/26328
More information about the hotspot-compiler-dev
mailing list