< prev index next >

src/hotspot/share/gc/cms/cmsCollectorPolicy.hpp

Print this page

        

@@ -28,11 +28,10 @@
 #include "gc/shared/collectorPolicy.hpp"
 
 class ConcurrentMarkSweepPolicy : public GenCollectorPolicy {
  protected:
   void initialize_alignments();
-  void initialize_generations();
 
  public:
   ConcurrentMarkSweepPolicy() {}
 
   void initialize_gc_policy_counters();
< prev index next >