RFR: 8333434: IGV: Print loop node for PHASE_BEFORE/AFTER_CLOOPS
Christian Hagedorn
chagedorn at openjdk.org
Mon Jun 3 12:59:10 UTC 2024
This simple patch adds loop nodes for `PHASE_BEFORE_CLOOPS` (the `LoopNode` to be converted) and `PHASE_AFTER_CLOOPS` (the newly created `CountedLoopNode`) in IGV:
Before patch:

With patch:

Thanks,
Christian
-------------
Commit messages:
- 8333434: IGV: Print loop node for PHASE_BEFORE/AFTER_CLOOPS
Changes: https://git.openjdk.org/jdk/pull/19524/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19524&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8333434
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/19524.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/19524/head:pull/19524
PR: https://git.openjdk.org/jdk/pull/19524
More information about the hotspot-compiler-dev
mailing list