< prev index next >

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

Print this page
@@ -28,12 +28,11 @@
  #include "gc/shenandoah/mode/shenandoahMode.hpp"
  
  class ShenandoahPassiveMode : public ShenandoahMode {
  public:
    virtual void initialize_flags() const;
-   virtual ShenandoahHeuristics* initialize_heuristics() const;
- 
+   virtual ShenandoahHeuristics* initialize_heuristics(ShenandoahSpaceInfo* space_info) const;
    virtual const char* name()     { return "Passive"; }
    virtual bool is_diagnostic()   { return true; }
    virtual bool is_experimental() { return false; }
  };
  
< prev index next >