diff -r 886acec3b4c6 -r 1956d0ec092a src/hotspot/share/aot/aotCompiledMethod.cpp --- a/src/hotspot/share/aot/aotCompiledMethod.cpp Thu Mar 08 09:56:29 2018 +0100 +++ b/src/hotspot/share/aot/aotCompiledMethod.cpp Thu Mar 08 19:10:25 2018 +0100 @@ -36,6 +36,7 @@ #include "jvmci/compilerRuntime.hpp" #include "jvmci/jvmciRuntime.hpp" #include "oops/method.inline.hpp" +#include "runtime/handles.inline.hpp" #include "runtime/java.hpp" #include "runtime/os.hpp" #include "runtime/sharedRuntime.hpp" @@ -448,4 +449,3 @@ } } } -