RFR: 8232150: aarch64 build broken after JDK-8232050

David Holmes david.holmes at oracle.com
Thu Oct 10 23:02:58 UTC 2019


Looks good and trivial.

Thanks,
David

On 11/10/2019 9:01 am, Claes Redestad wrote:
> 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