Integrated: 8343296: IGV: Show pre/main/post at CountedLoopNodes

Christian Hagedorn chagedorn at openjdk.org
Thu Oct 31 09:20:35 UTC 2024


On Wed, 30 Oct 2024 13:36:53 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

> It's sometimes difficult to keep track of which counted loops are pre, main or post loops. This patch adds this property to `CountedLoops`, similarly to the other node info that we print, for example, like a method name for a `CallStaticJava`.
> 
> This is achieved by emitting a new property to `CountedLoopNodes` and then extending the node info filter in IGV. This will show the pre/main/post info like the other node info below the node name:
> 
> ![image](https://github.com/user-attachments/assets/69abe3f4-3e97-4dfe-983a-0153057b1a8d)
> 
> Thanks to @robcasloz for helping me with the IGV filter changes!
> 
> Thanks,
> Christian

This pull request has now been integrated.

Changeset: c40bb762
Author:    Christian Hagedorn <chagedorn at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c40bb7621c0e49581dac587b6900b6d281572813
Stats:     30 lines in 4 files changed: 30 ins; 0 del; 0 mod

8343296: IGV: Show pre/main/post at CountedLoopNodes

Co-authored-by: Roberto Castañeda Lozano <rcastanedalo at openjdk.org>
Reviewed-by: rcastanedalo, kvn

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

PR: https://git.openjdk.org/jdk/pull/21788


More information about the hotspot-compiler-dev mailing list