Integrated: 8281722: Removal of PrintIdealLevel
Nils Eliasson
neliasso at openjdk.java.net
Tue Feb 15 08:24: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
This pull request has now been integrated.
Changeset: 8819f453
Author: Nils Eliasson <neliasso at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/8819f4535743f6504b4aaa62c7d87926dd1b0013
Stats: 9 lines in 5 files changed: 0 ins; 8 del; 1 mod
8281722: Removal of PrintIdealLevel
Reviewed-by: chagedorn, thartmann
-------------
PR: https://git.openjdk.java.net/jdk/pull/7458
More information about the hotspot-compiler-dev
mailing list