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

Quan Anh Mai qamai at openjdk.org
Tue Jan 13 12:46:12 UTC 2026


On Sun, 11 Jan 2026 12:22:16 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: a90c7eee
Author:    Quan Anh Mai <qamai at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a90c7eee6f7e950edea4d94cf2b109fdb5e49909
Stats:     17 lines in 2 files changed: 9 ins; 7 del; 1 mod

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

Reviewed-by: roland, mhaessig

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

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


More information about the hotspot-compiler-dev mailing list