< prev index next >

src/hotspot/share/aot/aotCompiledMethod.cpp

Print this page

        

@@ -34,10 +34,11 @@
 #include "gc/shared/collectedHeap.hpp"
 #include "gc/shared/gcLocker.hpp"
 #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"
 #include "utilities/xmlstream.hpp"
 

@@ -446,6 +447,5 @@
       assert(cic->is_clean(), "!");
       nativePltCall_at(iter.addr())->set_stub_to_clean();
     }
   }
 }
-
< prev index next >