RFR: 8322817: RISC-V: Eliminate -Wparentheses warnings in riscv code
Gui Cao
gcao at openjdk.org
Wed Jan 3 01:49:36 UTC 2024
On Tue, 2 Jan 2024 07:55:59 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> Please review this change to eliminate some -Wparentheses warnings. This
> involved simply adding a few parentheses to make some implicit operator
> precedence explicit.
>
> Testing: Local (linux-x64) cross-build for linux-riscv with this change plus
> -Wparentheses enabled and other changes to allow that to work.
>
> Requesting someone from the riscv porters to properly test this.
Hi, tier1 passed on qemu 8.1.0 with UseRVV (fastdebug)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17216#issuecomment-1874758796
More information about the hotspot-dev
mailing list