RFR: 8300800: UB: Shift exponent 32 is too large for 32-bit type 'int' [v2]
Kim Barrett
kbarrett at openjdk.org
Mon Aug 12 18:39:32 UTC 2024
On Mon, 12 Aug 2024 08:19:44 GMT, Afshin Zafari <azafari at openjdk.org> wrote:
>> The operand of shift which is a constant `0` changed to `unsigned long`.
>
> Afshin Zafari has updated the pull request incrementally with one additional commit since the last revision:
>
> Used UCONST64(0) instead of UL.
Looks good.
-------------
Marked as reviewed by kbarrett (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/20530#pullrequestreview-2233771418
More information about the hotspot-compiler-dev
mailing list