RFR: 8310949: RISC-V: Initialize UseUnalignedAccesses [v5]

Ludovic Henry luhenry at openjdk.org
Fri Jul 14 09:17:21 UTC 2023


On Thu, 13 Jul 2023 13:52:02 GMT, Fei Yang <fyang at openjdk.org> wrote:

>> Ludovic Henry has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   review
>
> Hello, could you please provide some JMH numbers on platforms like T-Head? (-XX:+UseUnalignedAccesses vs -XX:-UseUnalignedAccesses)? I haven't seen such numbers yet. We only tested on Unmatched before: https://cr.openjdk.org/~dzhang/TestUseUnalignedAccesses/

@RealFYang I expect the T-Head to return that it supports fast unaligned memory accesses, as that's clearly the case.

@VladimirKempik agreed that 1 flag could be used instead of 2. However, these 2 flags are there on all other platforms already. I would then do a follow-up change to merge them across all platforms and not just RISC-V.

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

PR Comment: https://git.openjdk.org/jdk/pull/14676#issuecomment-1635556966


More information about the hotspot-dev mailing list