Integrated: 8322807: Eliminate -Wparentheses warnings in gc code

Kim Barrett kbarrett at openjdk.org
Tue Jan 2 22:02:54 UTC 2024


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

8322807: Eliminate -Wparentheses warnings in gc code

Reviewed-by: ayang

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

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


More information about the hotspot-gc-dev mailing list