src/share/vm/gc_implementation/g1/survRateGroup.hpp

changeset 3901
24b9c7f4cae6
parent 3900
d2a62e0f25eb
child 4153
b9a9ed0f8eeb
equal deleted inserted replaced
3898:bcffa4c5eef6 3901:24b9c7f4cae6
27 27
28 #include "utilities/numberSeq.hpp" 28 #include "utilities/numberSeq.hpp"
29 29
30 class G1CollectorPolicy; 30 class G1CollectorPolicy;
31 31
32 class SurvRateGroup : public CHeapObj { 32 class SurvRateGroup : public CHeapObj<mtGC> {
33 private: 33 private:
34 G1CollectorPolicy* _g1p; 34 G1CollectorPolicy* _g1p;
35 const char* _name; 35 const char* _name;
36 36
37 size_t _stats_arrays_length; 37 size_t _stats_arrays_length;

mercurial