RFR: 8345154: IGV: Show Parse and Assertion Predicate type as extra label

Roberto Castañeda Lozano rcastanedalo at openjdk.org
Thu Nov 28 13:49:38 UTC 2024


On Thu, 28 Nov 2024 07:31:55 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

> `ParsePredicate` and `If/RangeCheck` nodes for Assertion Predicates dump their respective type to the `dump_spec` string. We can parse this info and show it in the "Show custom node info" filter as done for other nodes already:
> 
> ![Screenshot from 2024-11-28 08-16-23](https://github.com/user-attachments/assets/0de53873-8aa2-47b9-9275-d90c05deecd3)
> 
> Thanks,
> Christian

Looks good and trivial. Thanks for doing this, Christian!

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

Marked as reviewed by rcastanedalo (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/22428#pullrequestreview-2468229953


More information about the hotspot-compiler-dev mailing list