RFR: 8369685: RISC-V: refactor code related to RVFeatureValue::enabled [v2]
Hamlin Li
mli at openjdk.org
Wed Oct 15 08:42:06 UTC 2025
On Wed, 15 Oct 2025 06:06:05 GMT, Robbin Ehn <rehn at openjdk.org> wrote:
>> Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
>>
>> review
>
> src/hotspot/cpu/riscv/vm_version_riscv.cpp line 110:
>
>> 108: if (mvendorid.value() == RIVOS) {
>> 109: if (FLAG_IS_DEFAULT(UseConservativeFence)) {
>> 110: FLAG_SET_DEFAULT(UseConservativeFence, false);
>
> I change UseConservativeFence default to false, but I forgot to remove this.
> So you can just remove this part instead.
sure.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27771#discussion_r2431641694
More information about the hotspot-dev
mailing list