< prev index next >

src/hotspot/share/gc/parallel/psParallelCompact.cpp

Print this page

        

*** 970,980 **** heap->print_heap_before_gc(); heap->trace_heap_before_gc(&_gc_tracer); // Fill in TLABs - heap->accumulate_statistics_all_tlabs(); heap->ensure_parsability(true); // retire TLABs if (VerifyBeforeGC && heap->total_collections() >= VerifyGCStartAt) { HandleMark hm; // Discard invalid handles created during verification Universe::verify("Before GC"); --- 970,979 ----
< prev index next >