< prev index next >

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

Print this page
rev 53923 : [mq]: 8219747-remove-g1-prefix

*** 136,146 **** FREE_C_HEAP_ARRAY(G1FullGCMarker*, _markers); FREE_C_HEAP_ARRAY(G1FullGCCompactionPoint*, _compaction_points); } void G1FullCollector::prepare_collection() { ! _heap->g1_policy()->record_full_collection_start(); _heap->print_heap_before_gc(); _heap->print_heap_regions(); _heap->abort_concurrent_cycle(); --- 136,146 ---- FREE_C_HEAP_ARRAY(G1FullGCMarker*, _markers); FREE_C_HEAP_ARRAY(G1FullGCCompactionPoint*, _compaction_points); } void G1FullCollector::prepare_collection() { ! _heap->policy()->record_full_collection_start(); _heap->print_heap_before_gc(); _heap->print_heap_regions(); _heap->abort_concurrent_cycle();
*** 190,200 **** CodeCache::gc_epilogue(); JvmtiExport::gc_epilogue(); _heap->prepare_heap_for_mutators(); ! _heap->g1_policy()->record_full_collection_end(); _heap->gc_epilogue(true); _heap->verify_after_full_collection(); _heap->print_heap_after_full_collection(scope()->heap_transition()); --- 190,200 ---- CodeCache::gc_epilogue(); JvmtiExport::gc_epilogue(); _heap->prepare_heap_for_mutators(); ! _heap->policy()->record_full_collection_end(); _heap->gc_epilogue(true); _heap->verify_after_full_collection(); _heap->print_heap_after_full_collection(scope()->heap_transition());
< prev index next >