8232150: aarch64 build broken after JDK-8232050
authorredestad
Fri, 11 Oct 2019 01:11:28 +0200
changeset 58546 d94a76f5d883
parent 58545 725244418646
child 58547 7d6ba925590f
child 58600 7a57470d0500
8232150: aarch64 build broken after JDK-8232050 Reviewed-by: dholmes
src/hotspot/cpu/aarch64/abstractInterpreter_aarch64.cpp
--- a/src/hotspot/cpu/aarch64/abstractInterpreter_aarch64.cpp	Wed Oct 09 12:43:32 2019 -0700
+++ b/src/hotspot/cpu/aarch64/abstractInterpreter_aarch64.cpp	Fri Oct 11 01:11:28 2019 +0200
@@ -26,6 +26,7 @@
 #include "precompiled.hpp"
 #include "interpreter/interpreter.hpp"
 #include "oops/constMethod.hpp"
+#include "oops/klass.inline.hpp"
 #include "oops/method.hpp"
 #include "runtime/frame.inline.hpp"
 #include "utilities/align.hpp"