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

Merge
author collins
date Fri, 12 Oct 2012 10:49:39 -0700
parents fb19af007ffc
children 716c64bda5ba
line wrap: on
line diff
--- a/src/share/vm/services/memReporter.hpp	Tue Oct 09 10:09:34 2012 -0700
+++ b/src/share/vm/services/memReporter.hpp	Fri Oct 12 10:49:39 2012 -0700
@@ -30,6 +30,8 @@
 #include "services/memTracker.hpp"
 #include "utilities/ostream.hpp"
 
+#if INCLUDE_NMT
+
 /*
  * MemBaselineReporter reports data to this outputer class,
  * ReportOutputer is responsible for format, store and redirect
@@ -265,4 +267,6 @@
 };
 
 
+#endif // INCLUDE_NMT
+
 #endif // SHARE_VM_SERVICES_MEM_REPORTER_HPP