RFR: 8241074: JDK-8240363 broke the build on AArch64
Erik Österlund
erik.osterlund at oracle.com
Mon Mar 16 16:59:23 UTC 2020
Hi Aleksey,
Thanks for the review.
/Erik
> On 16 Mar 2020, at 17:32, Aleksey Shipilev <shade at redhat.com> wrote:
>
> 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