Most uses of VerifyDuringGC are at phase transitions within a collection, to perform a verification pass at the transition. But G1FullGCMarker conditionalizes some per-object checks on it, making it very slow to use. It would be better if those per-object checks were on some more specific option.
- duplicates
-
JDK-8302975 Remove redundant mark verification during G1 Full GC
- Resolved