RFR: 8322753: RISC-V: C2 ReverseBytesV [v2]
Hamlin Li
mli at openjdk.org
Wed May 8 10:24:56 UTC 2024
On Tue, 7 May 2024 20:02:32 GMT, Hamlin Li <mli at openjdk.org> wrote:
>> src/hotspot/cpu/riscv/globals_riscv.hpp line 118:
>>
>>> 116: product(bool, UseZihintpause, false, EXPERIMENTAL, \
>>> 117: "Use Zihintpause instructions") \
>>> 118: product(bool, UseZvbb, false, "Use Zvbb instructions") \
>>
>> That'll conflict with https://github.com/openjdk/jdk/pull/19065, but same, we'd want to have `EXPERIMENTAL`
>
> Yes, this will be fixed after https://github.com/openjdk/jdk/pull/19065 by merging from master.
Now, merged/fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19120#discussion_r1593797197
More information about the hotspot-dev
mailing list