RFR: 8281722: Removal of PrintIdealLevel

Nils Eliasson neliasso at openjdk.java.net
Tue Feb 15 08:24:10 UTC 2022


On Mon, 14 Feb 2022 15:58:37 GMT, Tobias Hartmann <thartmann 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.

@TobiHartmann @chhagedorn Thanks for the review!

-------------

PR: https://git.openjdk.java.net/jdk/pull/7458


More information about the hotspot-compiler-dev mailing list