RFR: 8355574: Fatal error in abort_verify_int_in_range due to Invalid CastII [v2]

Quan Anh Mai qamai at openjdk.org
Sat May 17 15:14:36 UTC 2025


> Hi,
> 
> The issue here is that the `CastLLNode` is created before the actual check that ensures the range of the input. This patch fixes it by moving the creation to the correct place, which is under `inline_block`.
> 
> Please take a look and leave your reviews, thanks a lot.

Quan Anh Mai has updated the pull request incrementally with one additional commit since the last revision:

  fix issues

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/25284/files
  - new: https://git.openjdk.org/jdk/pull/25284/files/5f4487d8..336c295c

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

  Stats: 12 lines in 2 files changed: 1 ins; 7 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/25284.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/25284/head:pull/25284

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


More information about the hotspot-compiler-dev mailing list