RFR: 8282480: IGV: Use description instead of enum name for phases
Christian Hagedorn
chagedorn at openjdk.java.net
Tue Mar 1 13:10:33 UTC 2022
[JDK-8281505](https://bugs.openjdk.java.net/browse/JDK-8281505) changed the `PrintIdeal` output to use the enum name of a phase when used with `PrintIdealPhase` instead of the description. However, it also changed the phase name shown in the IGV to the enum name. This should be reverted back for a better readability.
IGV after JDK-8281505:

IGV before JDK-8281505/with this patch:

Thanks,
Christian
-------------
Commit messages:
- 8282480: IGV: Use description instead of enum name for phases
Changes: https://git.openjdk.java.net/jdk/pull/7645/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7645&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8282480
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/7645.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7645/head:pull/7645
PR: https://git.openjdk.java.net/jdk/pull/7645
More information about the hotspot-compiler-dev
mailing list