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

changeset 3180
81aa07130d30
parent 3176
8229bd737950
child 3337
41406797186b
     1.1 --- a/src/share/vm/gc_implementation/g1/g1MonitoringSupport.hpp	Mon Oct 03 12:49:53 2011 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1MonitoringSupport.hpp	Mon Oct 03 19:04:14 2011 -0400
     1.3 @@ -114,6 +114,8 @@
     1.4  // path as low-overhead as possible.
     1.5  
     1.6  class G1MonitoringSupport : public CHeapObj {
     1.7 +  friend class VMStructs;
     1.8 +
     1.9    G1CollectedHeap* _g1h;
    1.10  
    1.11    // jstat performance counters

mercurial