[riscv-port-jdk11u:riscv-port] RFR: 8283865: riscv: Break down -XX:+UseRVB into seperate options for each bitmanip extension
Fei Yang
fyang at openjdk.org
Mon Mar 25 11:30:43 UTC 2024
On Thu, 21 Mar 2024 10:42:20 GMT, Gui Cao <gcao at openjdk.org> wrote:
> Hi, The same issue[1] also exists in the riscv-port-jdk11u. According to the spec, we need to break down UseRVB into two individual options UseZba and UseZbb to enable or disable Zba and Zbb respectively.
>
> Linux RISCV64 release hotspot/jdk tier1 tests are passed on QEMU with following options:
> - [x] +UseZba && +UseZbb
> - [x] +UseZba && -UseZbb
> - [x] -UseZba && +UseZbb
Backport looks good. Thanks.
-------------
Marked as reviewed by fyang (Lead).
PR Review: https://git.openjdk.org/riscv-port-jdk11u/pull/13#pullrequestreview-1957484442
More information about the riscv-port-dev
mailing list