RFR: 8323110: Eliminate -Wparentheses warnings in ppc code
David Holmes
dholmes at openjdk.org
Mon Jan 8 04:33:20 UTC 2024
On Mon, 8 Jan 2024 03:29:36 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-ppc64le. Also ran GHA with
> -Wparentheses enabled along with this and other changes needed to make that
> work.
Looks fine and trivial.
Thanks
-------------
Marked as reviewed by dholmes (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/17293#pullrequestreview-1808010993
More information about the hotspot-dev
mailing list