8289997: gc/g1/TestVerificationInConcurrentCycle.java fails due to use of debug-only option

Reviewed-by: lkorinth
This commit is contained in:
Thomas Schatzl 2022-07-08 08:49:17 +00:00
parent 1b8f466dba
commit f1967cfaab

View File

@ -34,8 +34,9 @@ package gc.g1;
* -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
* -XX:+VerifyBeforeGC -XX:+VerifyDuringGC -XX:+VerifyAfterGC
* -XX:+G1VerifyBitmaps -XX:+G1VerifyRSetsDuringFullGC -XX:+G1VerifyHeapRegionCodeRoots
* -XX:+G1VerifyRSetsDuringFullGC -XX:+G1VerifyHeapRegionCodeRoots
* -XX:+VerifyRememberedSets -XX:+VerifyObjectStartArray
* -XX:+IgnoreUnrecognizedVMOptions -XX:+G1VerifyBitmaps
* gc.g1.TestVerificationInConcurrentCycle
*/