src/hotspot/share/aot/aotCompiledMethod.cpp
changeset 49361 1956d0ec092a
parent 49340 4e82736053ae
child 49455 848864ed9b17
--- 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 @@
     }
   }
 }
-