Integrated: 8294012: RISC-V: get/put_native_u8 missing the case when address&7 is 6

Vladimir Kempik vkempik at openjdk.org
Tue Sep 20 15:00:58 UTC 2022


On Mon, 19 Sep 2022 14:50:38 GMT, Vladimir Kempik <vkempik at openjdk.org> wrote:

> Please review this small fix, making get/put_native_u8 a slightly more efficient on riscv
> original code misses the case when address AND 7 is 6, and making such cases to be read/write with a 1 byte move.
> 
> Test results on risc-v to follow soon.

This pull request has now been integrated.

Changeset: 09af637a
Author:    Vladimir Kempik <vkempik at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/09af637a9be106a0a6b82b3638ae004d9248fc78
Stats:     2 lines in 1 file changed: 2 ins; 0 del; 0 mod

8294012: RISC-V: get/put_native_u8 missing the case when address&7 is 6

Reviewed-by: shade, fyang

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

PR: https://git.openjdk.org/jdk/pull/10344


More information about the hotspot-compiler-dev mailing list