8226871: invalid use of incomplete type class MacroAssembler when building minimal after JDK-8191278
authoraoqi
Thu, 27 Jun 2019 18:00:54 +0800
changeset 55511 91b38bfb9079
parent 55510 3e31a8beaae4
child 55512 61e03d5d6bcb
8226871: invalid use of incomplete type class MacroAssembler when building minimal after JDK-8191278 Reviewed-by: shade
src/hotspot/share/runtime/stubRoutines.cpp
--- a/src/hotspot/share/runtime/stubRoutines.cpp	Thu Jun 27 11:48:32 2019 +0200
+++ b/src/hotspot/share/runtime/stubRoutines.cpp	Thu Jun 27 18:00:54 2019 +0800
@@ -24,6 +24,7 @@
 
 #include "precompiled.hpp"
 #include "asm/codeBuffer.hpp"
+#include "asm/macroAssembler.inline.hpp"
 #include "memory/resourceArea.hpp"
 #include "oops/access.inline.hpp"
 #include "oops/oop.inline.hpp"