RFR: 8343296: IGV: Show pre/main/post at CountedLoopNodes [v2]

Christian Hagedorn chagedorn at openjdk.org
Wed Oct 30 15:39:00 UTC 2024


On Wed, 30 Oct 2024 14:58:44 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:

>> Christian Hagedorn has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - add new line
>>  - remove empty line
>
> src/utils/IdealGraphVisualizer/ServerCompiler/src/main/resources/com/sun/hotspot/igv/servercompiler/filters/customNodeInfo.filter line 37:
> 
>> 35: editProperty(hasProperty("loop_kind"), ["loop_kind"], "extra_label",
>> 36:              function(loop_kind) { return loop_kind[0]; });
>> 37: 
> 
> Can you remove this extra line at the end?

Done

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21788#discussion_r1822886261


More information about the hotspot-compiler-dev mailing list