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

changeset 3900
d2a62e0f25eb
parent 3713
720b6a76dd9d
child 5237
f2110083203d
     1.1 --- a/src/share/vm/gc_implementation/g1/g1MonitoringSupport.hpp	Wed Jun 27 15:23:36 2012 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1MonitoringSupport.hpp	Thu Jun 28 17:03:16 2012 -0400
     1.3 @@ -112,7 +112,7 @@
     1.4  // do which is important as we want to keep the eden region allocation
     1.5  // path as low-overhead as possible.
     1.6  
     1.7 -class G1MonitoringSupport : public CHeapObj {
     1.8 +class G1MonitoringSupport : public CHeapObj<mtGC> {
     1.9    friend class VMStructs;
    1.10  
    1.11    G1CollectedHeap* _g1h;

mercurial