RFR: 8356761: IGV: dump escape analysis information [v6]
Vladimir Kozlov
kvn at openjdk.org
Thu Nov 13 20:18:10 UTC 2025
On Thu, 13 Nov 2025 12:25:22 GMT, Anton Seoane Ampudia <aseoane at openjdk.org> wrote:
>> Anton Seoane Ampudia has refreshed the contents of this pull request, and previous commits have been removed. Incremental views are not available.
>
> @dlunde took a quick look and "offline reviewed" the changes, suggesting that I change the `if (C->igv_printer() != nullptr)` checks to use `should_print_igv()`. This will make things more consistent with similar cases such as [JDK-8370569](https://bugs.openjdk.org/browse/JDK-8370569). Just wanted to give a heads-up as I will be adding some extra changes now
Very nice feature. Thank you for doing it @anton-seoane.
May be we should consider dumping Connection graph too in a future so we can debug it during its transformations.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/28060#issuecomment-3529551290
More information about the hotspot-compiler-dev
mailing list