src/hotspot/share/code/compiledMethod.inline.hpp
changeset 59290 97d13893ec3c
parent 59247 56bf71d64d51
--- a/src/hotspot/share/code/compiledMethod.inline.hpp	Wed Nov 27 10:21:22 2019 +0100
+++ b/src/hotspot/share/code/compiledMethod.inline.hpp	Tue Nov 26 10:47:46 2019 +0100
@@ -27,8 +27,8 @@
 
 #include "code/compiledMethod.hpp"
 #include "code/nativeInst.hpp"
+#include "runtime/atomic.hpp"
 #include "runtime/frame.hpp"
-#include "runtime/orderAccess.hpp"
 
 inline bool CompiledMethod::is_deopt_pc(address pc) { return is_deopt_entry(pc) || is_deopt_mh_entry(pc); }