Currently the flags VerifyBeforeGC, VerifyAfterGC and VerifyDuringGC will enable verification for every GC if turned on. This can in some cases cause too much overhead.
It would be nice to have a way to choose what type of STW pauses to verify, like only enable verification for Full GCs.
It would be nice to have a way to choose what type of STW pauses to verify, like only enable verification for Full GCs.
- relates to
-
JDK-8192983 gc/g1/TestVerifyGCType.java might fail on loaded machines
-
- Closed
-