On Thu, 11 Mar 2021 18:42:53 GMT, Ioi Lam <ik...@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