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

Kim Barrett kbarrett at openjdk.org
Wed Jan 3 20:16:29 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.

This pull request has now been integrated.

Changeset: 30a0c61d
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/30a0c61de080a0cc52ec163095fe0f02f324474e
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8322879: Eliminate -Wparentheses warnings in x86-32 code

Reviewed-by: kvn, shade

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

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


More information about the hotspot-compiler-dev mailing list