8213604: Fix missing includes after JDK-8212673
authormdoerr
Fri, 09 Nov 2018 15:19:11 +0100
changeset 52472 60064c7527f4
parent 52471 04d7e790aa2e
child 52473 a8389aeabf90
8213604: Fix missing includes after JDK-8212673 Reviewed-by: tschatzl, roland
src/hotspot/share/opto/callnode.cpp
--- a/src/hotspot/share/opto/callnode.cpp	Fri Nov 09 10:38:07 2018 +0100
+++ b/src/hotspot/share/opto/callnode.cpp	Fri Nov 09 15:19:11 2018 +0100
@@ -26,6 +26,8 @@
 #include "compiler/compileLog.hpp"
 #include "ci/bcEscapeAnalyzer.hpp"
 #include "compiler/oopMap.hpp"
+#include "gc/shared/barrierSet.hpp"
+#include "gc/shared/c2/barrierSetC2.hpp"
 #include "interpreter/interpreter.hpp"
 #include "opto/callGenerator.hpp"
 #include "opto/callnode.hpp"