< prev index next > src/hotspot/share/gc/shenandoah/heuristics/shenandoahCompactHeuristics.hpp
Print this page
#include "gc/shenandoah/heuristics/shenandoahHeuristics.hpp"
class ShenandoahCompactHeuristics : public ShenandoahHeuristics {
public:
- ShenandoahCompactHeuristics();
+ ShenandoahCompactHeuristics(ShenandoahGeneration* generation);
virtual bool should_start_gc();
virtual void choose_collection_set_from_regiondata(ShenandoahCollectionSet* cset,
RegionData* data, size_t size,
< prev index next >