< prev index next >

src/hotspot/share/gc/shenandoah/mode/shenandoahSATBMode.hpp

Print this page
*** 30,11 ***
  class ShenandoahHeuristics;
  
  class ShenandoahSATBMode : public ShenandoahMode {
  public:
    virtual void initialize_flags() const;
-   virtual ShenandoahHeuristics* initialize_heuristics() const;
    virtual const char* name()     { return "Snapshot-At-The-Beginning (SATB)"; }
    virtual bool is_diagnostic()   { return false; }
    virtual bool is_experimental() { return false; }
  };
  
--- 30,10 ---
< prev index next >