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

changeset 3900
d2a62e0f25eb
parent 2314
f95d63e2154a
child 4153
b9a9ed0f8eeb
     1.1 --- a/src/share/vm/gc_implementation/g1/g1MMUTracker.hpp	Wed Jun 27 15:23:36 2012 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1MMUTracker.hpp	Thu Jun 28 17:03:16 2012 -0400
     1.3 @@ -34,7 +34,7 @@
     1.4  /***** ALL TIMES ARE IN SECS!!!!!!! *****/
     1.5  
     1.6  // this is the "interface"
     1.7 -class G1MMUTracker: public CHeapObj {
     1.8 +class G1MMUTracker: public CHeapObj<mtGC> {
     1.9  protected:
    1.10    double          _time_slice;
    1.11    double          _max_gc_time; // this is per time slice

mercurial