< prev index next >

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

Print this page
rev 48000 : [mq]: open.patch
rev 48001 : [mq]: 8191564-new.patch

*** 55,65 **** G1FullGCCompactionPoint _serial_compaction_point; G1IsAliveClosure _is_alive; ReferenceProcessorIsAliveMutator _is_alive_mutator; public: ! G1FullCollector(G1CollectedHeap* heap, GCMemoryManager* mem_mgr, bool explicit_gc, bool clear_soft_refs); ~G1FullCollector(); void prepare_collection(); void collect(); void complete_collection(); --- 55,65 ---- G1FullGCCompactionPoint _serial_compaction_point; G1IsAliveClosure _is_alive; ReferenceProcessorIsAliveMutator _is_alive_mutator; public: ! G1FullCollector(G1CollectedHeap* heap, GCMemoryManager* memory_manager, bool explicit_gc, bool clear_soft_refs); ~G1FullCollector(); void prepare_collection(); void collect(); void complete_collection();
< prev index next >