RFR: 8357649: IGV: add block index to the supplemental node properties
    Manuel Hässig 
    mhaessig at openjdk.org
       
    Fri May 23 13:47:02 UTC 2025
    
    
  
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:
 - [ ] [Github Actions](https://github.com/mhaessig/jdk/actions?query=branch%3AJDK-8357649-block-index)
 - [ ] 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.
-------------
Commit messages:
 - Add block_index to IGV nodes
Changes: https://git.openjdk.org/jdk/pull/25414/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25414&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8357649
  Stats: 4 lines in 1 file changed: 4 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/25414.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/25414/head:pull/25414
PR: https://git.openjdk.org/jdk/pull/25414
    
    
More information about the hotspot-compiler-dev
mailing list