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

Emanuel Peter epeter at openjdk.org
Mon Dec 15 15:04:35 UTC 2025


On Mon, 15 Dec 2025 14:42:43 GMT, Daniel Lundén <dlunden at openjdk.org> wrote:

>  In this case, the only thing we do is igvn->_worklist.push(u);, which should be harmless and really only enable further optimizations.

If you are sure about that. I have not looked at it in depth. But what I see is also that code was moved from Identity to Ideal, and refactored.

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

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


More information about the hotspot-compiler-dev mailing list