JDK-8265845 : Explore additional check possibilities with @IR annotations
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 17
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2021-04-23
  • Updated: 2021-08-19
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.
Other
tbdUnresolved
Description
The @IR annotations currently support "failOn" and "counts" as the only two kinds of checks. This RFE should explore other check possibilities that could be ideally added to the @IR annotation and be processed by the IRMatcher class. This could also include checking other print flags (see JDK-8265200).