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

changeset 3901
24b9c7f4cae6
parent 3900
d2a62e0f25eb
child 4153
b9a9ed0f8eeb
equal deleted inserted replaced
3898:bcffa4c5eef6 3901:24b9c7f4cae6
32 // and for how long so that the MMU invariants are maintained. 32 // and for how long so that the MMU invariants are maintained.
33 33
34 /***** ALL TIMES ARE IN SECS!!!!!!! *****/ 34 /***** ALL TIMES ARE IN SECS!!!!!!! *****/
35 35
36 // this is the "interface" 36 // this is the "interface"
37 class G1MMUTracker: public CHeapObj { 37 class G1MMUTracker: public CHeapObj<mtGC> {
38 protected: 38 protected:
39 double _time_slice; 39 double _time_slice;
40 double _max_gc_time; // this is per time slice 40 double _max_gc_time; // this is per time slice
41 41
42 public: 42 public:

mercurial