RFR: 8368724: RISC-V: Remove AvoidUnalignedAccesses Flag [v6]

Anjian Wen wenanjian at openjdk.org
Fri Oct 10 09:44:04 UTC 2025


On Fri, 10 Oct 2025 09:26:32 GMT, Hamlin Li <mli at openjdk.org> wrote:

>> Anjian Wen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   modify the global flag change
>
> src/hotspot/cpu/riscv/globals_riscv.hpp line 95:
> 
>> 93:   product(bool, UseConservativeFence, false,                                     \
>> 94:           "Extend i for r and o for w in the pred/succ flags of fence")          \
>> 95:   product(bool, AvoidUnalignedAccesses, true,                                    \
> 
> Not sure what's the rule to remove this riscv specific options. Can we just simply delete it in this pr?

Ok I understand, I have deleted the change

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27510#discussion_r2419106355


More information about the hotspot-dev mailing list