[11] RFR(XS) 8199896: [Graal] build Graal on all x86 platforms (original) (raw)
Vladimir Kozlov vladimir.kozlov at oracle.com
Thu Mar 22 01:04:51 UTC 2018
- Previous message (by thread): RFR: JDK-8198652: Stop linking with -base:0x8000000 on Windows
- Next message (by thread): [11] RFR(XS) 8199896: [Graal] build Graal on all x86 platforms
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): RFR: JDK-8198652: Stop linking with -base:0x8000000 on Windows
- Next message (by thread): [11] RFR(XS) 8199896: [Graal] build Graal on all x86 platforms
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]