RFR: 8281722: Removal of PrintIdealLevel
Tobias Hartmann
thartmann at openjdk.java.net
Mon Feb 14 16:02:10 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
Looks good to me.
-------------
Marked as reviewed by thartmann (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/7458
More information about the hotspot-compiler-dev
mailing list