src/hotspot/share/gc/shenandoah/heuristics/shenandoahPassiveHeuristics.hpp
changeset 58740 259b54092265
parent 55587 4644b3155fce
child 58891 ab4db38ed085
equal deleted inserted replaced
58739:2b0c5800fb1c 58740:259b54092265
    26 
    26 
    27 #include "gc/shenandoah/shenandoahHeuristics.hpp"
    27 #include "gc/shenandoah/shenandoahHeuristics.hpp"
    28 
    28 
    29 class ShenandoahPassiveHeuristics : public ShenandoahHeuristics {
    29 class ShenandoahPassiveHeuristics : public ShenandoahHeuristics {
    30 public:
    30 public:
    31    virtual bool should_start_gc() const;
    31   ShenandoahPassiveHeuristics();
       
    32 
       
    33   virtual bool should_start_gc() const;
    32 
    34 
    33   virtual bool should_process_references();
    35   virtual bool should_process_references();
    34 
    36 
    35   virtual bool should_unload_classes();
    37   virtual bool should_unload_classes();
    36 
    38