[11] RFR(XS) 8199896: [Graal] build Graal on all x86 platforms

Erik Joelsson erik.joelsson at oracle.com
Thu Mar 22 14:07:38 UTC 2018


Looks good.

/Erik


On 2018-03-21 18:04, Vladimir Kozlov wrote:
> Forgot to CC to build-dev.
>
> Note, this change does not have effect unless you disable AOT build. 
> We are already building Graal on all x64 platforms as part of AOT 
> build currently.
>
> Vladimir
>
> On 3/20/18 6:15 PM, Vladimir Kozlov wrote:
>> https://bugs.openjdk.java.net/browse/JDK-8199896
>>
>> Extend Graal build to all x64 platforms.
>>
>> diff -r 7fa5375fa6fd make/autoconf/hotspot.m4
>> --- a/make/autoconf/hotspot.m4
>> +++ b/make/autoconf/hotspot.m4
>> @@ -347,11 +347,10 @@
>>       fi
>>       INCLUDE_GRAAL="true"
>>     else
>> -    # By default enable graal build on linux-x64 or where AOT is 
>> available.
>> +    # By default enable graal build on x64 or where AOT is available.
>>       # graal build requires jvmci.
>>       if test "x$JVM_FEATURES_jvmci" = "xjvmci" && \
>> -        (test "x$OPENJDK_TARGET_CPU" = "xx86_64" && \
>> -         test "x$OPENJDK_TARGET_OS" = "xlinux" || \
>> +        (test "x$OPENJDK_TARGET_CPU" = "xx86_64" || \
>>           test "x$ENABLE_AOT" = "xtrue") ; then
>>         AC_MSG_RESULT([yes])
>>         JVM_FEATURES_graal="graal"
>>
>> Thanks,
>> Vladimir




More information about the build-dev mailing list