RFR: 8354520: IGV: dump contextual information [v4]
Roberto Castañeda Lozano
rcastanedalo at openjdk.org
Wed Apr 30 14:32:51 UTC 2025
On Wed, 30 Apr 2025 12:38:17 GMT, Damon Fenacci <dfenacci at openjdk.org> wrote:
>> Roberto Castañeda Lozano has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Add relative link to compile.cpp
>
> src/hotspot/share/opto/node.cpp line 2061:
>
>> 2059: Compile* C = Compile::current();
>> 2060: C->init_igv();
>> 2061: C->igv_print_graph_to_network(nullptr, _print_list, _frame);
>
> I suppose you removed "PrintBFS" to make the graph name be "Debug" like the other ones and make it easier to handle name and stack printing right?
That's right.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24724#discussion_r2068787927
More information about the hotspot-compiler-dev
mailing list