RFR: 8295166: IGV: dump graph at more locations

Daniel Lundén duke at openjdk.org
Tue Dec 5 12:13:20 UTC 2023


On Mon, 6 Nov 2023 10:30:03 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

>> I agree with just having a `print_method`. I initially hesitated to modify `print_method` in the way you suggest, as it would then add iteration numbering to _all_ phases with no exceptions. But, it seems this is a feature we want then?
>
> I think it could be useful for any repeated phase, if others also agree with that. And we would still keep the same name for phases that are only printed once and only add a number for the repeated dumps.

I've changed it for now. If anyone does not agree, please let us know.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16120#discussion_r1383086835


More information about the hotspot-compiler-dev mailing list