Integrated: 8323110: Eliminate -Wparentheses warnings in ppc code

Kim Barrett kbarrett at openjdk.org
Mon Jan 8 09:04:32 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.

This pull request has now been integrated.

Changeset: a40d397d
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a40d397d5d785d29a2d5e848f872d11dab3bf80c
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8323110: Eliminate -Wparentheses warnings in ppc code

Reviewed-by: dholmes

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

PR: https://git.openjdk.org/jdk/pull/17293


More information about the hotspot-dev mailing list