src/hotspot/share/code/compiledMethod.inline.hpp
changeset 49816 a3e79f97e86b
parent 49480 d7df2dd501ce
child 52405 c0c6cdea32f1
--- a/src/hotspot/share/code/compiledMethod.inline.hpp	Wed Apr 18 15:57:19 2018 +0200
+++ b/src/hotspot/share/code/compiledMethod.inline.hpp	Wed Apr 18 10:39:40 2018 -0400
@@ -28,6 +28,7 @@
 #include "code/compiledMethod.hpp"
 #include "code/nativeInst.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); }