Running this test on linux-aarch64 platform with release build:
$ make test TEST="test/hotspot/jtreg/compiler/loopopts/VerifyGraphEdgesWithDeadCodeCheckFromSafepoints.java"
The error message says:
```
Error: VM option 'StressIGVN' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions.
Error: The unlock option must precede 'StressIGVN'.
Improperly specified VM option 'StressIGVN'
```
$ make test TEST="test/hotspot/jtreg/compiler/loopopts/VerifyGraphEdgesWithDeadCodeCheckFromSafepoints.java"
The error message says:
```
Error: VM option 'StressIGVN' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions.
Error: The unlock option must precede 'StressIGVN'.
Improperly specified VM option 'StressIGVN'
```
- duplicates
-
JDK-8352591 Missing UnlockDiagnosticVMOptions in VerifyGraphEdgesWithDeadCodeCheckFromSafepoints test
-
- Resolved
-
- relates to
-
JDK-8335708 C2: Compile::verify_graph_edges must start at root and safepoints, just like CCP traversal
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/24173