RFR: 8263465: JDK-8236847 causes tier1 build failure on linux-aarch64
Yumin Qi
minqi at openjdk.java.net
Thu Mar 11 18:49:16 UTC 2021
On Thu, 11 Mar 2021 18:42:53 GMT, Ioi Lam <iklam at openjdk.org> wrote:
>> Hi, Please review
>>
>> JDK-8236847 changes failed on build linux-aarch64 on xcross build. The reason is we check BUILD_CDS_ARCHIVE which is not correct in such case. We should check ENABLE_CDS instead.
>>
>> Thanks
>> Yumin
>
> LGTM
Thanks to @iklam @erikj79 @dcubed-ojdk !
-------------
PR: https://git.openjdk.java.net/jdk/pull/2946
More information about the build-dev
mailing list