-
Bug
-
Resolution: Fixed
-
P4
-
16
-
b18
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.
- 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.
- duplicates
-
JDK-8253766 compiler/debug/TestGenerateStressSeed.java fails with NoSuchFileException
- Closed
-
JDK-8253767 compiler/debug/TestStressIGVN.java fails with RuntimeException: got the same IGVN trace for different seeds: expected to not equal
- Closed
- relates to
-
JDK-8252219 C2: Randomize IGVN worklist for stress testing
- Resolved