RFR: 8370200: Crash: assert(outer->outcnt() >= phis + 2 - be_loads && outer->outcnt() <= phis + 2 + stores + 1) failed: only phis [v4]

Daniel Lundén dlunden at openjdk.org
Mon Dec 15 14:08:37 UTC 2025


On Fri, 12 Dec 2025 17:10:38 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

>> None was integrated with the initial change. I added one.
>
> And how confident are you that this one test ensures there won't be a regression?

@eme64: My understanding of this issue is that it is really a case of nodes not being added properly to the IGVN worklist. What @rwestrel does is simply adding the missing entries to the worklist; he is not changing an existing optimization.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28677#discussion_r2619577897


More information about the hotspot-compiler-dev mailing list