comparison src/share/vm/services/memReporter.hpp @ 6854:fb19af007ffc

7189254: Change makefiles for more flexibility to override defaults Summary: Change makefiles so that targets and parameters can be overridden by alternate makefiles. Reviewed-by: dholmes, coleenp
author jprovino
date Wed, 10 Oct 2012 14:35:58 -0400
parents d2a62e0f25eb
children 716c64bda5ba
comparison
equal deleted inserted replaced
6830:81e878c53615 6854: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