RFR: 8322817: RISC-V: Eliminate -Wparentheses warnings in riscv code [v2]
Gui Cao
gcao at openjdk.org
Mon Jan 8 13:35:25 UTC 2024
On Mon, 8 Jan 2024 01:41:47 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.
>
> Kim Barrett has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
>
> - Merge branch 'master' into riscv-wparentheses
> - simplify frame::equal assert
> - fix -Wparentheses warnings in riscv code
Hi, the latest chang still test good with fastdebug build.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17216#issuecomment-1881014349
More information about the hotspot-dev
mailing list