RFR: 8291550: RISC-V: jdk uses misaligned memory access when AvoidUnalignedAccess enabled [v5]

Fei Yang fyang at openjdk.org
Thu May 4 06:59:16 UTC 2023


On Thu, 4 May 2023 05:52:30 GMT, Vladimir Kempik <vkempik at openjdk.org> wrote:

> why have you replaced revb_w_w with revb_h_h ?

Because it's cheaper in respect of number of instructions emitted when Zbb extension is not available and achieves the same functionality.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13645#discussion_r1184612094


More information about the hotspot-dev mailing list