Integrated: 8295273: Remove unused argument in [load/store]_sized_value on aarch64 and riscv
Axel Boldt-Christmas
aboldtch at openjdk.org
Tue Oct 18 09:01:10 UTC 2022
On Thu, 13 Oct 2022 12:29:39 GMT, Axel Boldt-Christmas <aboldtch at openjdk.org> wrote:
> Remove the unused argument `Register [dst2/src2]` in [load/store]_sized_value on aarch64 and riscv ports.
>
> Seems like they were brought in in the initial ports [JDK-8068054](https://bugs.openjdk.org/browse/JDK-8068054) [JDK-8276799](https://bugs.openjdk.org/browse/JDK-8276799) as just straight signature copies of x86. The second register is only required on x86 for x86_32 support and is unused on riscv and aarch64.
>
> Should be a trivial removal.
>
> Testing: Cross-compiled for riscv and aarch64. Waiting for GHA
This pull request has now been integrated.
Changeset: 6553065c
Author: Axel Boldt-Christmas <aboldtch at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/6553065cab9ecb14390da8ec34e49aba940b213f
Stats: 8 lines in 4 files changed: 0 ins; 0 del; 8 mod
8295273: Remove unused argument in [load/store]_sized_value on aarch64 and riscv
Reviewed-by: fyang, haosun
-------------
PR: https://git.openjdk.org/jdk/pull/10698
More information about the hotspot-dev
mailing list