Integrated: 8322765: Eliminate -Wparentheses warnings in runtime code
Kim Barrett
kbarrett at openjdk.org
Tue Jan 2 03:09:14 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.
This pull request has now been integrated.
Changeset: 7c1d481d
Author: Kim Barrett <kbarrett at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/7c1d481d6ddeb67118abbdc909884f4793343fee
Stats: 14 lines in 5 files changed: 0 ins; 0 del; 14 mod
8322765: Eliminate -Wparentheses warnings in runtime code
Reviewed-by: dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/17201
More information about the hotspot-dev
mailing list