JDK-8253748 : StressIGV tests fail with release VMs
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-09-28
  • Updated: 2024-12-04
  • Resolved: 2020-09-29
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 16
16 b18Fixed
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Description
The following StressIGV tests fails with release VMs
  - compiler/arguments/TestStressIGVNOptions.java
  - compiler/debug/TestGenerateStressSeed.java
  - compiler/debug/TestStressIGVN.java

The reason is that VM option 'StressIGVN' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions.
Comments
Changeset: 9c17a35e Author: Jie Fu <jiefu@openjdk.org> Date: 2020-09-29 06:37:46 +0000 URL: https://git.openjdk.java.net/jdk/commit/9c17a35e
29-09-2020