JDK-8281722 : Removal of PrintIdealLevel
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-02-14
  • Updated: 2022-02-23
  • Resolved: 2022-02-15
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 19
19 b10Fixed
Related Reports
Relates :  
Description
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. 
Comments
Changeset: 8819f453 Author: Nils Eliasson <neliasso@openjdk.org> Date: 2022-02-15 08:20:16 +0000 URL: https://git.openjdk.java.net/jdk/commit/8819f4535743f6504b4aaa62c7d87926dd1b0013
15-02-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/7458 Date: 2022-02-14 09:14:53 +0000
14-02-2022