< prev index next >

src/share/vm/services/memTracker.hpp

Print this page

        

@@ -73,11 +73,11 @@
   static void error_report(outputStream*) { }
 };
 
 #else
 
-#include "runtime/atomic.hpp"
+#include "runtime/atomic.inline.hpp"
 #include "runtime/threadCritical.hpp"
 #include "services/mallocTracker.hpp"
 #include "services/virtualMemoryTracker.hpp"
 
 extern volatile bool NMT_stack_walkable;
< prev index next >