RFR: 8354930: IGV: dump C2 graph before and after live range stretching
duke
duke at openjdk.org
Mon Jun 2 12:58:53 UTC 2025
On Wed, 28 May 2025 11:54:24 GMT, Manuel Hässig <mhaessig at openjdk.org> wrote:
> This PR introduces a new phase `LIVE_RANGE_STRETCHING` that prints after live ranges have been stretched, if that happens at all. The phase `INITIAL_LIVENESS` is moved before live range stretching so we can compare the live ranges before and after stretching in IGV, which is useful for debugging why an oop suddenly belongs to an oop map.
>
> ## Testing
>
> - [x] [Github Actions](https://github.com/mhaessig/jdk/actions/runs/15299362485)
> - [x] tier1 and tier1, plus additional Oracle internal testing for all Oracle supported platforms and OSs
> - [x] verified that the new phase prints when it should in IGV and with `-XX:PrintPhaseLevel=4`
@mhaessig
Your change (at version df3c396f5a26658f6efbaf4f7a153f7214be5e57) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25492#issuecomment-2930573797
More information about the hotspot-compiler-dev
mailing list