Integrated: 8300800: UB: Shift exponent 32 is too large for 32-bit type 'int'
Afshin Zafari
azafari at openjdk.org
Tue Aug 13 16:29:01 UTC 2024
On Fri, 9 Aug 2024 17:54:17 GMT, Afshin Zafari <azafari at openjdk.org> wrote:
> The operand of shift which is a constant `0` changed to `unsigned long`.
This pull request has now been integrated.
Changeset: 21ca91e5
Author: Afshin Zafari <azafari at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/21ca91e55dd83dc011e67a2d056e3e3bd44d40b5
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8300800: UB: Shift exponent 32 is too large for 32-bit type 'int'
Reviewed-by: kbarrett, adinn, gziemski
-------------
PR: https://git.openjdk.org/jdk/pull/20530
More information about the hotspot-compiler-dev
mailing list