diff -r c887851da33d -r 97d13893ec3c src/hotspot/share/code/compiledMethod.inline.hpp --- 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); }