8223676: Minimal VM build failure after 8223136 (Move compressed oops functions to CompressedOops class)
authorshade
Fri, 10 May 2019 09:55:42 +0200
changeset 54805 d26653aca0bd
parent 54804 6870b259b170
child 54806 45bbef01a6ae
8223676: Minimal VM build failure after 8223136 (Move compressed oops functions to CompressedOops class) Reviewed-by: rkennke
src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp
--- a/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp	Thu May 09 05:04:42 2019 -0700
+++ b/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp	Fri May 10 09:55:42 2019 +0200
@@ -39,6 +39,7 @@
 #include "interpreter/interpreter.hpp"
 #include "logging/log.hpp"
 #include "memory/resourceArea.hpp"
+#include "memory/universe.hpp"
 #include "oops/compiledICHolder.hpp"
 #include "runtime/safepointMechanism.hpp"
 #include "runtime/sharedRuntime.hpp"