Loading... (original) (raw)

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.