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

Vladimir Kozlov vladimir.kozlov at oracle.com
Thu Mar 22 17:37:49 UTC 2018


Thank you, Erik

Vladimir

On 3/22/18 7:07 AM, Erik Joelsson wrote:

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 INCLUDEGRAAL="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$JVMFEATURESjvmci" = "xjvmci" && _ _-        (test "x$OPENJDKTARGETCPU" = "xx8664" && _ _-         test "x$OPENJDKTARGETOS" = "xlinux" || _ _+        (test "x$OPENJDKTARGETCPU" = "xx8664" || _ test "x$ENABLEAOT" = "xtrue") ; then ACMSGRESULT([yes]) JVMFEATURESgraal="graal" Thanks, Vladimir



More information about the build-dev mailing list