< prev index next >

src/hotspot/share/gc/shared/gcStats.hpp

Print this page

        

*** 56,70 **** size_t padded_average_promoted_in_bytes() const { return (size_t)_avg_promoted->padded_average(); } }; - class CMSGCStats : public GCStats { - public: - CMSGCStats(); - - virtual Name kind() { - return CMSGCStatsKind; - } - }; - #endif // SHARE_VM_GC_SHARED_GCSTATS_HPP --- 56,61 ----
< prev index next >