RFR: 8254827: JVMCI: Enable it for Windows+AArch64 [v3]

Vladimir Kozlov kvn at openjdk.java.net
Mon Nov 2 20:25:02 UTC 2020


On Mon, 2 Nov 2020 20:05:10 GMT, Bernhard Urban-Forster <burban at openjdk.org> wrote:

>> make/autoconf/jvm-features.m4 line 309:
>> 
>>> 307:     if test "x$OPENJDK_TARGET_CPU" = "xx86_64"; then
>>> 308:       AC_MSG_RESULT([yes])
>>> 309:     elif test "x$OPENJDK_TARGET_CPU" = "xaarch64"; then
>> 
>> You are missing the same change for JVM_FEATURES_CHECK_JVMCI.
>> Unless it is done intentionally.
>
> It's done a couple lines below: https://github.com/openjdk/jdk/pull/685/files#diff-a09b08bcd422d0a8fb32a95ccf85051ac1e69bef2bd420d579f74d8efa286d2fL343
> 
> Or do you mean something else?

Uhh. Sorry, I thought JVMCI definition will be first, before Graal and did not look below.

-------------

PR: https://git.openjdk.java.net/jdk/pull/685



More information about the build-dev mailing list