< prev index next >

src/hotspot/share/jfr/utilities/jfrHashtable.hpp

Print this page

        

@@ -24,11 +24,11 @@
 
 #ifndef SHARE_VM_JFR_UTILITIES_JFRHASHTABLE_HPP
 #define SHARE_VM_JFR_UTILITIES_JFRHASHTABLE_HPP
 
 #include "memory/allocation.inline.hpp"
-#include "runtime/orderAccess.inline.hpp"
+#include "runtime/orderAccess.hpp"
 #include "utilities/debug.hpp"
 #include "utilities/macros.hpp"
 
 template <typename T>
 class JfrBasicHashtableEntry {
< prev index next >