RFR: 8347481: C2: Remove the control input of some nodes

Quan Anh Mai qamai at openjdk.org
Sun Jan 12 13:48:03 UTC 2025


Hi,

While working on [JDK-8347365](https://bugs.openjdk.org/browse/JDK-8347365), I noticed that there are some nodes that have their control inputs being set in a seemingly erroneous manner. This patch removes the control inputs for those nodes.

Please review this PR, thanks a lot.

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

Commit messages:
 - remove control inputs from several nodes

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

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


More information about the hotspot-compiler-dev mailing list