RFR: 8300800: UB: Shift exponent 32 is too large for 32-bit type 'int' [v2]

Afshin Zafari azafari at openjdk.org
Mon Aug 12 08:19:44 UTC 2024


> 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.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/20530/files
  - new: https://git.openjdk.org/jdk/pull/20530/files/9143adaf..69033fa7

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=20530&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=20530&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/20530.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20530/head:pull/20530

PR: https://git.openjdk.org/jdk/pull/20530


More information about the hotspot-compiler-dev mailing list