On Fri, 20 Sep 2024 01:17:14 GMT, David Holmes <dhol...@openjdk.org> wrote:
>> Okay both ways are valid, you could also remove the other "!= 0", the mixing >> was confusing > > Hotspot style rule is "no implicit booleans" so the check for `!= 0` should > be used in all cases. Fixed. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/20516#discussion_r1771832719