8223676: Minimal VM build failure after 8223136 (Move compressed oops functions to CompressedOops class)
Reviewed-by: rkennke
--- 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"