< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahOldGeneration.hpp

Print this page
*** 86,11 ***
    bool _is_parsable;
  
    bool coalesce_and_fill();
  
  public:
!   ShenandoahOldGeneration(uint max_queues, size_t max_capacity, size_t soft_max_capacity);
  
    ShenandoahHeuristics* initialize_heuristics(ShenandoahMode* gc_mode) override;
  
    const char* name() const override {
      return "Old";
--- 86,11 ---
    bool _is_parsable;
  
    bool coalesce_and_fill();
  
  public:
!   ShenandoahOldGeneration(uint max_queues, size_t max_capacity);
  
    ShenandoahHeuristics* initialize_heuristics(ShenandoahMode* gc_mode) override;
  
    const char* name() const override {
      return "Old";
< prev index next >