diff -r c887851da33d -r 97d13893ec3c src/hotspot/share/aot/aotCompiledMethod.cpp --- a/src/hotspot/share/aot/aotCompiledMethod.cpp Wed Nov 27 10:21:22 2019 +0100 +++ b/src/hotspot/share/aot/aotCompiledMethod.cpp Tue Nov 26 10:47:46 2019 +0100 @@ -37,6 +37,7 @@ #include "runtime/frame.inline.hpp" #include "runtime/handles.inline.hpp" #include "runtime/java.hpp" +#include "runtime/orderAccess.hpp" #include "runtime/os.hpp" #include "runtime/safepointVerifiers.hpp" #include "runtime/sharedRuntime.hpp"