< prev index next > src/hotspot/share/gc/shenandoah/shenandoahYoungGeneration.hpp
Print this page
private:
ShenandoahObjToScanQueueSet* _old_gen_task_queues;
ShenandoahYoungHeuristics* _young_heuristics;
public:
- ShenandoahYoungGeneration(uint max_queues, size_t max_capacity, size_t max_soft_capacity);
+ ShenandoahYoungGeneration(uint max_queues, size_t max_capacity);
ShenandoahHeuristics* initialize_heuristics(ShenandoahMode* gc_mode) override;
const char* name() const override {
return "Young";
< prev index next >