< prev index next >

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

Print this page

        

*** 65,75 **** public: G1CalculatePointersClosure(G1CMBitMap* bitmap, G1FullGCCompactionPoint* cp); void update_sets(); ! bool do_heap_region(HeapRegion* hr); bool freed_regions(); }; class G1PrepareCompactLiveClosure : public StackObj { G1FullGCCompactionPoint* _cp; --- 65,75 ---- public: G1CalculatePointersClosure(G1CMBitMap* bitmap, G1FullGCCompactionPoint* cp); void update_sets(); ! bool doHeapRegion(HeapRegion* hr); bool freed_regions(); }; class G1PrepareCompactLiveClosure : public StackObj { G1FullGCCompactionPoint* _cp;
< prev index next >