RFR: 8323110: Eliminate -Wparentheses warnings in ppc code

Kim Barrett kbarrett at openjdk.org
Mon Jan 8 09:04:30 UTC 2024


On Mon, 8 Jan 2024 04:30:50 GMT, David Holmes <dholmes 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-ppc64le. Also ran GHA with
>> -Wparentheses enabled along with this and other changes needed to make that
>> work.
>
> Looks fine and trivial.
> 
> Thanks

Thanks for the review @dholmes-ora .

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

PR Comment: https://git.openjdk.org/jdk/pull/17293#issuecomment-1880603790


More information about the hotspot-dev mailing list