< prev index next >

src/hotspot/share/gc/g1/g1FullCollector.cpp

Print this page
rev 48019 : 8191821: Finer granularity for GC verification
Reviewed-by:
rev 48020 : [mq]: 8191821-rev-sang-poonam

*** 244,254 **** _heap->workers()->run_task(task, _num_workers); } void G1FullCollector::verify_after_marking() { if (!VerifyDuringGC || !_heap->verifier()->should_verify(G1HeapVerifier::G1VerifyFull)) { ! //Only do verification if VerifyDuringGC and Verify_Full is set. return; } HandleMark hm; // handle scope #if COMPILER2_OR_JVMCI --- 244,254 ---- _heap->workers()->run_task(task, _num_workers); } void G1FullCollector::verify_after_marking() { if (!VerifyDuringGC || !_heap->verifier()->should_verify(G1HeapVerifier::G1VerifyFull)) { ! // Only do verification if VerifyDuringGC and G1VerifyFull is set. return; } HandleMark hm; // handle scope #if COMPILER2_OR_JVMCI
< prev index next >