RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v8]

Roberto Castañeda Lozano rcastanedalo at openjdk.org
Tue Jun 17 17:52:32 UTC 2025


On Mon, 16 Jun 2025 15:19:59 GMT, Roland Westrelin <roland at openjdk.org> wrote:

> > > One way would be to simply assert that there's no `NarrowMemProj`s left during final graph reshape. Is that what you'd like?
> > 
> > 
> > Yes, that would be great (and I think it is OK to leave it to a future RFE if fully enforcing it would further increase the complexity of this PR).
> 
> Ok. I propose to file the follow up RFE if/once this PR has integrated as there's no follow up work until this code is in.

Sure, that makes sense, thanks.

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

PR Comment: https://git.openjdk.org/jdk/pull/24570#issuecomment-2981281578


More information about the hotspot-compiler-dev mailing list