RFR: 8232150: aarch64 build broken after JDK-8232050

Claes Redestad claes.redestad at oracle.com
Thu Oct 10 23:01:46 UTC 2019


Hi,

simple fix below.

/Claes

diff -r 50a50c68f3b2 src/hotspot/cpu/aarch64/abstractInterpreter_aarch64.cpp
--- a/src/hotspot/cpu/aarch64/abstractInterpreter_aarch64.cpp	Thu Oct 10 
14:26:57 2019 +0200
+++ b/src/hotspot/cpu/aarch64/abstractInterpreter_aarch64.cpp	Fri Oct 11 
01:00:00 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"



More information about the hotspot-runtime-dev mailing list