RFR: 8356779: IGV: dump the index of the SafePointNode containing the current JVMS during parsing

Emanuel Peter epeter at openjdk.org
Tue Sep 9 09:24:45 UTC 2025


On Thu, 4 Sep 2025 05:22:00 GMT, Saranya Natarajan <snatarajan at openjdk.org> wrote:

> This PR prints index of the SafePointNode containing the current JVMS during parsing in IGV. As stated in JBS the reason for this is that there are a lot of nodes during parsing, it would be nice to know what are the current nodes in the local slots or in the stack when looking at a graph.

Looks reasonable.

@merykitty first proposed this, so would be good if he took a look too :)

Just out of curiosity: could you show a before/after igv screenshot?

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

Marked as reviewed by epeter (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/27083#pullrequestreview-3200350110
PR Comment: https://git.openjdk.org/jdk/pull/27083#issuecomment-3269709657


More information about the hotspot-compiler-dev mailing list