src/hotspot/share/gc/shared/gcStats.hpp
changeset 49709 6705b1563b42
parent 47216 71c04702a3d5
child 53244 9807daeb47c4
equal deleted inserted replaced
49708:6709f13dccd3 49709:6705b1563b42
    56   size_t padded_average_promoted_in_bytes() const {
    56   size_t padded_average_promoted_in_bytes() const {
    57     return (size_t)_avg_promoted->padded_average();
    57     return (size_t)_avg_promoted->padded_average();
    58   }
    58   }
    59 };
    59 };
    60 
    60 
    61 class CMSGCStats : public GCStats {
       
    62  public:
       
    63   CMSGCStats();
       
    64 
       
    65   virtual Name kind() {
       
    66     return CMSGCStatsKind;
       
    67   }
       
    68 };
       
    69 
       
    70 #endif // SHARE_VM_GC_SHARED_GCSTATS_HPP
    61 #endif // SHARE_VM_GC_SHARED_GCSTATS_HPP