< prev index next >

src/hotspot/share/gc/shenandoah/heuristics/shenandoahPassiveHeuristics.hpp

Print this page
rev 56789 : 8233387: Shenandoah: passive mode should disable pacing ergonomically
Reviewed-by: XXX

@@ -26,12 +26,10 @@
 
 #include "gc/shenandoah/shenandoahHeuristics.hpp"
 
 class ShenandoahPassiveHeuristics : public ShenandoahHeuristics {
 public:
-  ShenandoahPassiveHeuristics();
-
   virtual bool should_start_gc() const;
 
   virtual bool should_process_references();
 
   virtual bool should_unload_classes();
< prev index next >