8203787: Hotspot build broken on linux-sparc after 8202377
authorglaubitz
Tue, 05 Jun 2018 13:02:01 +0200
changeset 50399 ee87876734c9
parent 50398 4d6a5c267541
child 50400 dcbbc6fb0b69
8203787: Hotspot build broken on linux-sparc after 8202377 Reviewed-by: dholmes, eosterlund
src/hotspot/share/opto/library_call.cpp
src/hotspot/share/opto/macroArrayCopy.cpp
--- a/src/hotspot/share/opto/library_call.cpp	Tue Jun 05 09:29:15 2018 +0200
+++ b/src/hotspot/share/opto/library_call.cpp	Tue Jun 05 13:02:01 2018 +0200
@@ -29,8 +29,9 @@
 #include "classfile/vmSymbols.hpp"
 #include "compiler/compileBroker.hpp"
 #include "compiler/compileLog.hpp"
+#include "gc/shared/barrierSet.hpp"
+#include "jfr/support/jfrIntrinsics.hpp"
 #include "memory/resourceArea.hpp"
-#include "jfr/support/jfrIntrinsics.hpp"
 #include "oops/objArrayKlass.hpp"
 #include "opto/addnode.hpp"
 #include "opto/arraycopynode.hpp"
--- a/src/hotspot/share/opto/macroArrayCopy.cpp	Tue Jun 05 09:29:15 2018 +0200
+++ b/src/hotspot/share/opto/macroArrayCopy.cpp	Tue Jun 05 13:02:01 2018 +0200
@@ -23,6 +23,7 @@
  */
 
 #include "precompiled.hpp"
+#include "gc/shared/barrierSet.hpp"
 #include "opto/arraycopynode.hpp"
 #include "oops/objArrayKlass.hpp"
 #include "opto/convertnode.hpp"