RFR: 8281722: Removal of PrintIdealLevel
Christian Hagedorn
chagedorn at openjdk.java.net
Mon Feb 14 09:58:09 UTC 2022
On Mon, 14 Feb 2022 09:14:53 GMT, Nils Eliasson <neliasso at openjdk.org> wrote:
> 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
Makes sense to remove this flag again now that we got `PrintIdealPhase`. Looks good!
-------------
Marked as reviewed by chagedorn (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/7458
More information about the hotspot-compiler-dev
mailing list