Integrated: 8322805: Eliminate -Wparentheses warnings in x86 code
    Kim Barrett 
    kbarrett at openjdk.org
       
    Tue Jan  2 22:50:07 UTC 2024
    
    
  
On Tue, 2 Jan 2024 05:49:06 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: a6784169
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a678416994b4efe6e1e659bd247674bea1350905
Stats:     17 lines in 6 files changed: 0 ins; 0 del; 17 mod
8322805: Eliminate -Wparentheses warnings in x86 code
Reviewed-by: dholmes, kvn
-------------
PR: https://git.openjdk.org/jdk/pull/17211
    
    
More information about the hotspot-dev
mailing list