comparison src/share/vm/gc_implementation/g1/g1MMUTracker.hpp @ 6198:24b9c7f4cae6

Merge
author coleenp
date Mon, 02 Jul 2012 13:11:28 -0400
parents d2a62e0f25eb
children b9a9ed0f8eeb
comparison
equal deleted inserted replaced
6195:bcffa4c5eef6 6198: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: