RFR: 8322765: Eliminate -Wparentheses warnings in runtime code
David Holmes
dholmes at openjdk.org
Tue Jan 2 01:10:48 UTC 2024
On Fri, 29 Dec 2023 06:27:43 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: mach5 tier1
>
> Also ran mach5 tier1 with these changes in conjunction enabling -Wparentheses
> and other changes needed to make that work.
Looks good and trivial IMO.
Thanks
-------------
Marked as reviewed by dholmes (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/17201#pullrequestreview-1799893692
More information about the hotspot-dev
mailing list