hotspot/src/share/vm/prims/whitebox.cpp
changeset 25715 d5a8dbdc5150
parent 24921 3b73ef0b62d1
child 25716 fc9bd7814b10
--- a/hotspot/src/share/vm/prims/whitebox.cpp	Wed Jul 02 20:20:45 2014 -0400
+++ b/hotspot/src/share/vm/prims/whitebox.cpp	Fri Jul 04 11:46:01 2014 +0200
@@ -24,6 +24,8 @@
 
 #include "precompiled.hpp"
 
+#include "code/codeCache.hpp"
+
 #include "memory/universe.hpp"
 #include "oops/oop.inline.hpp"
 
@@ -37,6 +39,7 @@
 #include "runtime/arguments.hpp"
 #include "runtime/interfaceSupport.hpp"
 #include "runtime/os.hpp"
+#include "runtime/vm_version.hpp"
 
 #include "utilities/debug.hpp"
 #include "utilities/macros.hpp"