RFR: 8241074: JDK-8240363 broke the build on AArch64
Aleksey Shipilev
shade at redhat.com
Mon Mar 16 16:31:59 UTC 2020
On 3/16/20 5:04 PM, Erik Österlund wrote:
> diff --git a/src/hotspot/share/opto/constantTable.cpp
> b/src/hotspot/share/opto/constantTable.cpp
> index 5d6a5df189f..9f0f1c7dbfd 100644
> --- a/src/hotspot/share/opto/constantTable.cpp
> +++ b/src/hotspot/share/opto/constantTable.cpp
> @@ -24,6 +24,7 @@
>
> #include "precompiled.hpp"
> #include "asm/codeBuffer.hpp"
> +#include "asm/macroAssembler.hpp"
> #include "opto/block.hpp"
> #include "opto/constantTable.hpp"
> #include "opto/machnode.hpp"
Looks good and trivial.
--
Thanks,
-Aleksey
More information about the hotspot-compiler-dev
mailing list