RFR: 8281722: Removal of PrintIdealLevel
Nils Eliasson
neliasso at openjdk.java.net
Mon Feb 14 09:24:35 UTC 2022
The PrintIdealLevel flag was recently introduced to support testing of different phase in the IR-test framework. In practice the fit was bad and lot of excess data was printed. The PrintIdealPhase, that gives exact control of ideal printing, was added as a substitution.
This patch removes the PrintIdealLevel flag since it's no longer needed.
Best regards,
Nils Eliasson
-------------
Commit messages:
- Removal of PrintIdealLevel
Changes: https://git.openjdk.java.net/jdk/pull/7458/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7458&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8281722
Stats: 9 lines in 5 files changed: 0 ins; 8 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/7458.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7458/head:pull/7458
PR: https://git.openjdk.java.net/jdk/pull/7458
More information about the hotspot-compiler-dev
mailing list