Integrated: 8322806: Eliminate -Wparentheses warnings in aarch64 code

Kim Barrett kbarrett at openjdk.org
Mon Jan 8 07:33:53 UTC 2024


On Tue, 2 Jan 2024 02:49:09 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: d75d876e
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/d75d876eddfd2e59d9d28c2860fdab4ef3ec3c6b
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8322806: Eliminate -Wparentheses warnings in aarch64 code

Reviewed-by: stefank, dholmes

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

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


More information about the hotspot-dev mailing list