RFR: 8356761: IGV: dump escape analysis information

Anton Seoane Ampudia aseoane at openjdk.org
Wed Nov 12 14:17:45 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 for your detailed review @robcasloz! I have addressed your comments now. I decided to add a new filter for "only" viewing the CG nodes and adjusted the connection graph info to use the extended header as well

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

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


More information about the hotspot-compiler-dev mailing list