RFR: 8322879: Eliminate -Wparentheses warnings in x86-32 code
Kim Barrett
kbarrett at openjdk.org
Wed Jan 3 20:16:28 UTC 2024
On Wed, 3 Jan 2024 07:19:18 GMT, Vladimir Kozlov <kvn 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-x86. Also ran GHA with
>> -Wparentheses enabled along with this and other changes needed to make that
>> work.
>
> Trivial.
Thanks for reviews, @vnkozlov and @shipilev .
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17237#issuecomment-1875913222
More information about the hotspot-compiler-dev
mailing list