RFR: 8211759: C2: Graph after optimizations should not have dead nodes

Zihao Lin duke at openjdk.org
Sun Mar 23 08:28:55 UTC 2025


Move the check_no_dead_use() call after the final_graph_reshaping() call to catch dead nodes issue.

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

Commit messages:
 - 8211759: C2: Graph after optimizations should not have dead nodes

Changes: https://git.openjdk.org/jdk/pull/24175/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24175&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8211759
  Stats: 4 lines in 1 file changed: 2 ins; 2 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/24175.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24175/head:pull/24175

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


More information about the hotspot-compiler-dev mailing list