RFR (T) 8223676: Minimal VM build failure after 8223136 (Move compressed oops functions to CompressedOops class)

Aleksey Shipilev shade at redhat.com
Fri May 10 06:41:42 UTC 2019


Bug:
 https://bugs.openjdk.java.net/browse/JDK-8223676

Please review the trivial build fix:

diff -r 293d45e5108b src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp
--- a/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp      Fri May 10 06:31:09 2019 +0100
+++ b/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp      Fri May 10 08:40:18 2019 +0200
@@ -40,4 +40,5 @@
 #include "logging/log.hpp"
 #include "memory/resourceArea.hpp"
+#include "memory/universe.hpp"
 #include "oops/compiledICHolder.hpp"
 #include "runtime/safepointMechanism.hpp"

Testing: Linux x86_64 minimal build

-- 
Thanks,
-Aleksey




More information about the hotspot-dev mailing list