< prev index next >

src/hotspot/share/gc/parallel/generationSizer.hpp

Print this page

        

@@ -39,13 +39,7 @@
  protected:
 
   void initialize_alignments();
   void initialize_flags();
   void initialize_size_info();
-
- public:
-  // We don't have associated counters and complain if this is invoked.
-  void initialize_gc_policy_counters() {
-    ShouldNotReachHere();
-  }
 };
 #endif // SHARE_VM_GC_PARALLEL_GENERATIONSIZER_HPP
< prev index next >