< prev index next >

src/hotspot/share/oops/method.inline.hpp

Print this page

        

@@ -24,11 +24,11 @@
 
 #ifndef SHARE_OOPS_METHOD_INLINE_HPP
 #define SHARE_OOPS_METHOD_INLINE_HPP
 
 #include "oops/method.hpp"
-#include "runtime/orderAccess.hpp"
+#include "runtime/atomic.hpp"
 
 inline address Method::from_compiled_entry() const {
   return Atomic::load_acquire(&_from_compiled_entry);
 }
 
< prev index next >