RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal [v3]

Vladimir Kozlov kvn at openjdk.org
Thu Apr 10 18:55:34 UTC 2025


On Thu, 10 Apr 2025 18:00:50 GMT, Daniel Lundén <dlunden at openjdk.org> wrote:

> After this fix, we cleanly bail out instead of hitting the assert.

Is bailout due to infinite nodes generation (which is bug and can be fixed separately) or simply excessive numbers of node and by increasing bailout number limit the compilation will pass?

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

PR Comment: https://git.openjdk.org/jdk/pull/24325#issuecomment-2794850964


More information about the hotspot-compiler-dev mailing list