JDK-8272882 : Allow adding IR verification rules via a command line flag
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 18
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2021-08-24
  • Updated: 2022-06-14
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
Working on new features/optimizations and testing these with a large set of tests, it would be helpful to have a command line flag that allows adding new IR verification rules ("failOn", "counts") to all tests to then check which tests are still passing. The rules of these passing tests can than be strengthened.