Integrated: 8322759: Eliminate -Wparentheses warnings in compiler code

Kim Barrett kbarrett at openjdk.org
Mon Jan 8 21:29:36 UTC 2024


On Fri, 29 Dec 2023 03:33:11 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.
> 
> This change addresses non-C2 parts of the compiler component.
> 
> 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: ca9635df
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ca9635df3357bf70b41645f619237b6d2068afb7
Stats:     16 lines in 5 files changed: 0 ins; 0 del; 16 mod

8322759: Eliminate -Wparentheses warnings in compiler code

Reviewed-by: kvn, shade

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

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


More information about the hotspot-compiler-dev mailing list