< prev index next >

src/share/vm/gc_implementation/shenandoah/heuristics/shenandoahStaticHeuristics.hpp

Print this page
rev 10607 : [backport] Remove ShHeuristics::print_threshold

@@ -28,12 +28,10 @@
 
 class ShenandoahStaticHeuristics : public ShenandoahHeuristics {
 public:
   ShenandoahStaticHeuristics();
 
-  void print_thresholds();
-
   virtual ~ShenandoahStaticHeuristics();
 
   virtual bool should_start_normal_gc() const;
 
   virtual void choose_collection_set_from_regiondata(ShenandoahCollectionSet* cset,
< prev index next >