< prev index next >

src/hotspot/share/gc/g1/g1RemSetSummary.cpp

Print this page

        

*** 143,153 **** } _sampling_thread_vtime = other->sampling_thread_vtime() - _sampling_thread_vtime; } ! class RegionTypeCounter VALUE_OBJ_CLASS_SPEC { private: const char* _name; size_t _rs_mem_size; size_t _cards_occupied; --- 143,153 ---- } _sampling_thread_vtime = other->sampling_thread_vtime() - _sampling_thread_vtime; } ! class RegionTypeCounter { private: const char* _name; size_t _rs_mem_size; size_t _cards_occupied;
< prev index next >