< prev index next >

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

Print this page

        

*** 61,71 **** void prepare_collection(); void collect(); void complete_collection(); - G1CollectedHeap* heap() { return _heap; } G1FullGCScope* scope() { return &_scope; } uint workers() { return _num_workers; } G1FullGCMarker* marker(uint id) { return _markers[id]; } G1FullGCCompactionPoint* compaction_point(uint id) { return _compaction_points[id]; } OopQueueSet* oop_queue_set() { return &_oop_queue_set; } --- 61,70 ----
< prev index next >