# HG changeset patch # User redestad # Date 1570749088 -7200 # Node ID d94a76f5d883737220cf922df74bbe03ca119878 # Parent 7252444186469ca7ae5031294ca5152f6fcc0675 8232150: aarch64 build broken after JDK-8232050 Reviewed-by: dholmes diff -r 725244418646 -r d94a76f5d883 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"