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

Hamlin Li mli at openjdk.org
Fri Oct 10 10:10:46 UTC 2025


On Fri, 10 Oct 2025 09:39:04 GMT, Anjian Wen <wenanjian at openjdk.org> wrote:

>> 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

Sorry, I did not mean you should delete the `AvoidUnalignedAccesses`. I just don't know the exact rule about how to delete it.
Please hold on for a while to get a comment on this part of change from others.

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

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


More information about the hotspot-dev mailing list