RFR: 8349835: C2: simplify IGV property printing [v6]

Saranya Natarajan snatarajan at openjdk.org
Mon Nov 17 10:27:05 UTC 2025


> The code that prints node properties and live range properties is very verbose and repetitive and could be simplified by applying a refactoring suggested [here](https://github.com/openjdk/jdk/pull/23558#discussion_r1950785708).
> 
> ### Fix 
> Implemented the suggested refactoring. 
> 
> ### Testing 
> Github Actions, Tier 1-3

Saranya Natarajan has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains nine commits:

 - Merge branch 'master' into JDK-8349835
 - testing and review on moving code to cpp
 - Merge branch 'master' into JDK-8349835
 - addressing review comments#2
 - fixing test failure
 - addressing review comments
 - changing int to bool in a struct
 - fix to failing test
 - initial fix

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

Changes: https://git.openjdk.org/jdk/pull/26902/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=26902&range=05
  Stats: 207 lines in 2 files changed: 91 ins; 109 del; 7 mod
  Patch: https://git.openjdk.org/jdk/pull/26902.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26902/head:pull/26902

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


More information about the hotspot-compiler-dev mailing list