src/hotspot/share/runtime/handles.inline.hpp
changeset 53582 881c5fbeb849
parent 53244 9807daeb47c4
child 53682 e30211561a17
--- a/src/hotspot/share/runtime/handles.inline.hpp	Thu Jan 31 01:17:41 2019 +0100
+++ b/src/hotspot/share/runtime/handles.inline.hpp	Thu Jan 31 10:31:39 2019 +0100
@@ -26,7 +26,9 @@
 #define SHARE_RUNTIME_HANDLES_INLINE_HPP
 
 #include "runtime/handles.hpp"
-#include "runtime/thread.inline.hpp"
+#include "runtime/thread.hpp"
+#include "oops/metadata.hpp"
+#include "oops/oop.hpp"
 
 // these inline functions are in a separate file to break an include cycle
 // between Thread and Handle