RFR: 8349835: C2: Simplify IGV property printing [v10]

Saranya Natarajan snatarajan at openjdk.org
Fri Nov 21 11:10:35 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 incrementally with one additional commit since the last revision:

  addressing review comments - removing reduntant lrg._degree_valid

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/26902/files
  - new: https://git.openjdk.org/jdk/pull/26902/files/d26073a6..0cbbf30e

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=26902&range=09
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=26902&range=08-09

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 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