RFR: 8252114: Windows-AArch64: Enable and test ZGC and ShenandoahGC [v2]
Monica Beckwith
mbeckwit at openjdk.java.net
Thu Sep 10 15:30:09 UTC 2020
On Thu, 10 Sep 2020 05:09:25 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> Monica Beckwith has updated the pull request incrementally with one additional commit since the last revision:
>>
>> x$OPENJDK_TARGET_CPU" = "xaarch64"
>>
>> Incorporating Aleksey's comments to incorporate 'x'
>
> make/autoconf/jvm-features.m4 line 398:
>
>> 396: AVAILABLE=false
>> 397: fi
>> 398: elif test "$OPENJDK_TARGET_CPU" = "aarch64"; then
>
> Should be "x$OPENJDK_TARGET_CPU" = "xaarch64"?
added
-------------
PR: https://git.openjdk.java.net/jdk/pull/97
More information about the build-dev
mailing list