RFR: 8374969: Incorrect results of LoadStoreNode::adr_type and SCMemProj::adr_type

Quan Anh Mai qamai at openjdk.org
Sun Jan 11 12:29:25 UTC 2026


Hi,

This is extracted from #28570 

This PR fixes the return value of `LoadStoreNode::adr_type` and `SCMemProj::adr_type`. For the former, it is trivial that we can do what `MemNode` does. And for the latter, the implementation of `ProjNode::adr_type` is adequate.

Please kindly review, thanks a lot.

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

Commit messages:
 - Fix LoadStoreNode::adr_type and SCMemProj::adr_type

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

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


More information about the hotspot-compiler-dev mailing list