src/hotspot/share/jvmci/jvmciEnv.cpp
changeset 54786 ebf733a324d4
parent 54732 2d012a75d35c
child 54847 59ea39bb2809
--- a/src/hotspot/share/jvmci/jvmciEnv.cpp	Thu May 09 14:26:52 2019 +0200
+++ b/src/hotspot/share/jvmci/jvmciEnv.cpp	Thu May 09 14:28:30 2019 +0200
@@ -24,9 +24,12 @@
 
 #include "precompiled.hpp"
 #include "classfile/stringTable.hpp"
+#include "classfile/symbolTable.hpp"
 #include "code/codeCache.hpp"
 #include "memory/oopFactory.hpp"
 #include "memory/resourceArea.hpp"
+#include "memory/universe.hpp"
+#include "oops/objArrayKlass.hpp"
 #include "oops/typeArrayOop.inline.hpp"
 #include "runtime/jniHandles.inline.hpp"
 #include "runtime/javaCalls.hpp"