RFR: 8356761: IGV: dump escape analysis information

Anton Seoane Ampudia aseoane at openjdk.org
Fri Nov 14 07:09:29 UTC 2025


On Thu, 6 Nov 2025 06:02:59 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:

>> Nice improvement! I have not reviewed this PR, yet, but I just want to raise a general concern that our model of having different `PrintIdealGraphLevel` values might not fit anymore for all the different concepts (different loop opts, IGVN steps, Superword steps, parsing steps and now EA steps etc.). Maybe the time has come to use a different solution to allow some better filtering for different needs. It should not per se block this PR but could be a justification to actually tackle this.
>
>> I just want to raise a general concern that our model of having different `PrintIdealGraphLevel` values might not fit anymore for all the different concepts (different loop opts, IGVN steps, Superword steps, parsing steps and now EA steps etc.). Maybe the time has come to use a different solution to allow some better filtering for different needs.
> 
> Right, see [JDK-8320070](https://bugs.openjdk.org/browse/JDK-8320070).

Thanks all for the comments and reviews (and especially to @robcasloz for his lengthy review)!

\integrate

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

PR Comment: https://git.openjdk.org/jdk/pull/28060#issuecomment-3531215390


More information about the hotspot-compiler-dev mailing list