comparison src/share/vm/services/memReporter.hpp @ 6856:9855b7e559ae

Merge
author collins
date Fri, 12 Oct 2012 10:49:39 -0700
parents fb19af007ffc
children 716c64bda5ba
comparison
equal deleted inserted replaced
6842:b9a9ed0f8eeb 6856:9855b7e559ae
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