RFR: 8322879: Eliminate -Wparentheses warnings in x86-32 code

Vladimir Kozlov kvn at openjdk.org
Wed Jan 3 07:21:37 UTC 2024


On Wed, 3 Jan 2024 05:10:50 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> Please review this trivial change to eliminate a -Wparentheses warning.
> This involved simply adding parentheses to make the implicit operator
> precedence explicit.
> 
> Testing: Locally (linux-x64) cross-compiled for linux-x86.  Also ran GHA with
> -Wparentheses enabled along with this and other changes needed to make that
> work.

Trivial.

-------------

Marked as reviewed by kvn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/17237#pullrequestreview-1801480220


More information about the hotspot-compiler-dev mailing list