8212608: Minimal VM build failure after JDK-8210498 (nmethod entry barriers) jdk-12+16
authorshade
Wed, 17 Oct 2018 18:31:48 +0200
changeset 52178 199658d1ef86
parent 52177 430e6421d503
child 52179 597ed181a9e8
child 56984 51600bf3a6e7
8212608: Minimal VM build failure after JDK-8210498 (nmethod entry barriers) Reviewed-by: eosterlund
src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp
--- a/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp	Wed Oct 17 17:35:26 2018 +0200
+++ b/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp	Wed Oct 17 18:31:48 2018 +0200
@@ -34,6 +34,8 @@
 #include "code/vtableStubs.hpp"
 #include "gc/shared/collectedHeap.hpp"
 #include "gc/shared/gcLocker.hpp"
+#include "gc/shared/barrierSet.hpp"
+#include "gc/shared/barrierSetAssembler.hpp"
 #include "interpreter/interpreter.hpp"
 #include "logging/log.hpp"
 #include "memory/resourceArea.hpp"