[14] RFR (XS) 8236936: x86_32 Minimal VM build failure after JDK-8230765
Aleksey Shipilev
shade at redhat.com
Fri Jan 10 15:57:51 UTC 2020
Bug:
https://bugs.openjdk.java.net/browse/JDK-8236936
Need explicit #include for new uses.
Fix:
diff -r 0da81bf438fe src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp
--- a/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp Fri Jan 10 16:51:44 2020 +0100
+++ b/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp Fri Jan 10 16:57:16 2020 +0100
@@ -31,4 +31,6 @@
#include "code/vtableStubs.hpp"
#include "gc/shared/gcLocker.hpp"
+#include "gc/shared/barrierSet.hpp"
+#include "gc/shared/barrierSetAssembler.hpp"
#include "interpreter/interpreter.hpp"
#include "logging/log.hpp"
Testing: x86_32 Minimal build
--
Thanks,
-Aleksey
More information about the hotspot-runtime-dev
mailing list