< prev index next > src/hotspot/share/gc/g1/g1FullGCPrepareTask.hpp
Print this page
G1FullGCCompactionPoint* cp);
bool do_heap_region(HeapRegion* hr);
};
+ template <bool ALT_FWD>
class G1PrepareCompactLiveClosure : public StackObj {
G1FullGCCompactionPoint* _cp;
public:
G1PrepareCompactLiveClosure(G1FullGCCompactionPoint* cp);
};
};
// Closure to re-prepare objects in the serial compaction point queue regions for
// serial compaction.
+ template <bool ALT_FWD>
class G1SerialRePrepareClosure : public StackObj {
G1FullGCCompactionPoint* _cp;
HeapWord* _dense_prefix_top;
public:
< prev index next >