RFR: 8355574: Fatal error in abort_verify_int_in_range due to Invalid CastII

Quan Anh Mai qamai at openjdk.org
Sat May 17 14:59:38 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.

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

Commit messages:
 - misplaced CastLL

Changes: https://git.openjdk.org/jdk/pull/25284/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25284&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8355574
  Stats: 13 lines in 3 files changed: 6 ins; 5 del; 2 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