hotspot/src/share/vm/gc_implementation/g1/g1MMUTracker.hpp
changeset 13195 be27e1b6a4b9
parent 7397 5b173b4ca846
child 13963 e5b53c306fb5
equal deleted inserted replaced
13099:64752e56d721 13195:be27e1b6a4b9
    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: