RFR: 8354767: Test crashed: assert(increase < max_live_nodes_increase_per_iteration) failed: excessive live node increase in single iteration of IGVN: 4470 (should be at most 4000)

Roberto Castañeda Lozano rcastanedalo at openjdk.org
Wed May 7 11:28:16 UTC 2025


On Wed, 7 May 2025 09:00:51 GMT, Daniel Lundén <dlunden at openjdk.org> wrote:

> The issue with weakening the per-iteration assertion in special cases is that we _must_ ensure that we do not grow by more than `max_live_nodes_increase_per_iteration` in a single iteration. Below is my failure analysis for [JDK-8351833](https://bugs.openjdk.org/browse/JDK-8351833) which describes the issue.

Fair enough, thanks for the explanation.

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

PR Comment: https://git.openjdk.org/jdk/pull/24960#issuecomment-2858208510


More information about the hotspot-compiler-dev mailing list