--- old/src/hotspot/share/code/compiledMethod.inline.hpp 2019-11-26 12:09:10.693008385 +0100 +++ new/src/hotspot/share/code/compiledMethod.inline.hpp 2019-11-26 12:09:10.437003967 +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); }