RFR: 8353842: C2: Add graph dumps before and after loop opts phase [v3]
Manuel Hässig
duke at openjdk.org
Tue Apr 8 14:10:42 UTC 2025
> This PR adds graph dumps before and after loop optimizations, but only if the compiled method actually contains loops. This helps to distinguish loop optimizations in IGV and to match loop related nodes like opaque template assertion predicates.
>
> I tested this by compiling a few test methods and looking at the ideal graph. Also, I ran tier1 through tier3 and Oracle internal testing.
Manuel Hässig has updated the pull request incrementally with one additional commit since the last revision:
Fix capitalization
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/24509/files
- new: https://git.openjdk.org/jdk/pull/24509/files/6fd228c4..951c516e
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=24509&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=24509&range=01-02
Stats: 4 lines in 2 files changed: 0 ins; 0 del; 4 mod
Patch: https://git.openjdk.org/jdk/pull/24509.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24509/head:pull/24509
PR: https://git.openjdk.org/jdk/pull/24509
More information about the hotspot-compiler-dev
mailing list