< prev index next >

src/hotspot/share/jfr/recorder/storage/jfrBuffer.cpp

Print this page

        

@@ -23,11 +23,11 @@
  */
 
 #include "precompiled.hpp"
 #include "jfr/recorder/storage/jfrBuffer.hpp"
 #include "runtime/atomic.hpp"
-#include "runtime/orderAccess.inline.hpp"
+#include "runtime/orderAccess.hpp"
 #include "runtime/thread.inline.hpp"
 
 static const u1* const MUTEX_CLAIM = NULL;
 
 JfrBuffer::JfrBuffer() : _next(NULL),
< prev index next >