RFR: 8357649: IGV: add block index to the supplemental node properties
Manuel Hässig
mhaessig at openjdk.org
Mon May 26 06:36:56 UTC 2025
On Fri, 23 May 2025 13:42:12 GMT, Manuel Hässig <mhaessig at openjdk.org> wrote:
> This PR adds the block index to IGV node properties as soon as the CFG has been scheduled. This is really handy when working on peepholes, where one has to work with block indices.
>
> 
>
> Testing:
> - [x] [Github Actions](https://github.com/mhaessig/jdk/actions?query=branch%3AJDK-8357649-block-index)
> - [x] tier1, tier2, and some Oracle internal testing on Oracle supported platfors and OSs
>
> Shout out to @robcasloz for coming up with an initial version of this patch.
Thank you both for your reviews!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25414#issuecomment-2908709413
More information about the hotspot-compiler-dev
mailing list