JDK-8265844 : Provide more stress/debug framework flags
  • 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
There are already a number of debug/stress (property) flags present to get more information about a test or to stress test them. This RFE should investigate other possibilities to enhance include more flags.

Requirements: Each new flag should make sure that IR verification and the public TestFramework methods still work as expected (for example, by skipping IR verification, or for methods like TestFramework::assertCompiled(), skipping the assertion check if a method might not be compiled anymore with the new flag). Also have a look at how other property flags are handled.