< prev index next >

src/hotspot/share/gc/g1/g1CollectedHeap.hpp

Print this page
rev 47881 : 8189733: Cleanup Full GC setup and tear down
Reviewed-by:

*** 124,133 **** --- 124,134 ---- friend class VM_G1CollectForAllocation; friend class VM_G1CollectFull; friend class VM_G1IncCollectionPause; friend class VMStructs; friend class MutatorAllocRegion; + friend class G1FullCollector; friend class G1GCAllocRegion; friend class G1HeapVerifier; // Closures used in implementation. friend class G1ParScanThreadState;
*** 515,525 **** AllocationContext_t context, bool* succeeded); private: // Internal helpers used during full GC to split it up to // increase readability. - void do_full_collection_inner(G1FullGCScope* scope); void abort_concurrent_cycle(); void verify_before_full_collection(bool explicit_gc); void prepare_heap_for_full_collection(); void prepare_heap_for_mutators(); void abort_refinement(); --- 516,525 ----
< prev index next >