src/share/vm/services/memReporter.hpp

changeset 4165
fb19af007ffc
parent 3900
d2a62e0f25eb
child 4193
716c64bda5ba
equal deleted inserted replaced
4141:81e878c53615 4165:fb19af007ffc
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

mercurial