hotspot/src/share/vm/services/memReporter.hpp
changeset 13975 2f7431485cfa
parent 13195 be27e1b6a4b9
child 14120 7d298141c258
equal deleted inserted replaced
13951:3fc49366dc15 13975:2f7431485cfa
    27 
    27 
    28 #include "runtime/mutexLocker.hpp"
    28 #include "runtime/mutexLocker.hpp"
    29 #include "services/memBaseline.hpp"
    29 #include "services/memBaseline.hpp"
    30 #include "services/memTracker.hpp"
    30 #include "services/memTracker.hpp"
    31 #include "utilities/ostream.hpp"
    31 #include "utilities/ostream.hpp"
       
    32 
       
    33 #if INCLUDE_NMT
    32 
    34 
    33 /*
    35 /*
    34  * MemBaselineReporter reports data to this outputer class,
    36  * MemBaselineReporter reports data to this outputer class,
    35  * ReportOutputer is responsible for format, store and redirect
    37  * ReportOutputer is responsible for format, store and redirect
    36  * the data to the final destination.
    38  * the data to the final destination.
   263 
   265 
   264   void done_callsite();
   266   void done_callsite();
   265 };
   267 };
   266 
   268 
   267 
   269 
       
   270 #endif // INCLUDE_NMT
       
   271 
   268 #endif // SHARE_VM_SERVICES_MEM_REPORTER_HPP
   272 #endif // SHARE_VM_SERVICES_MEM_REPORTER_HPP