Skip to content

Commit e23e0f8

Browse files
marc-chevalierSendaoYan
authored andcommitted
8352591: Missing UnlockDiagnosticVMOptions in VerifyGraphEdgesWithDeadCodeCheckFromSafepoints test
Reviewed-by: kvn, chagedorn, syan
1 parent adfb120 commit e23e0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/compiler/loopopts/VerifyGraphEdgesWithDeadCodeCheckFromSafepoints.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
* @run driver compiler.loopopts.VerifyGraphEdgesWithDeadCodeCheckFromSafepoints
3131
* @run main/othervm
32-
* -XX:+IgnoreUnrecognizedVMOptions
32+
* -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions
3333
* -XX:-TieredCompilation -XX:+VerifyGraphEdges
3434
* -XX:+StressIGVN -Xcomp
3535
* -XX:CompileCommand=compileonly,compiler.loopopts.VerifyGraphEdgesWithDeadCodeCheckFromSafepoints::mainTest

0 commit comments

Comments
 (0)