Latest Graal and AArch64 WTF?

Andrew Dinn adinn at redhat.com
Mon Jul 30 08:59:25 UTC 2018


Hi Dmitry,

On 29/07/18 15:58, Dmitry Samersoff wrote:
> Finally, I end up with script below building graal on AArch64
> 
> =====================================================
> #!/bin/sh
> 
> JDK8_STOCK=/export/dsamersoff/jdk1.8.0_172
> JDK11_HOME=/export/dsamersoff/esc/graal/jdk/build/linux-aarch64-normal-server-fastdebug/jdk
> JDK8_HOME=/export/dsamersoff/esc/graal/graal-jvmci-8/jdk1.8.0_172/linux-aarch64/product
> 
> JAVA_HOME=${JDK11_HOME}
> export JAVA_HOME
> 
> (
> cd graal-jvmci-8
> ../mx/mx --java-home=${JDK8_STOCK} --vmbuild=product build --no-native
> )
> 
> cd graal/compiler
> ../../mx/mx --java-home=${JDK11_HOME} --extra-java-homes=${JDK8_HOME} -v
> build
> 
> =============================================================================
When you say "I end up with script below building graal on AArch64" what
exactly are you claiming to have achieved?

Are you saying that the product of the graal-jvmci-8 --no-native build
(i.e. the code installed in subdir jdk1.8.0_172/linux-aarch64/product)
is a jdk8 image that is capable of running the Graal compiler?

regards,


Andrew Dinn
-----------
Senior Principal Software Engineer
Red Hat UK Ltd
Registered in England and Wales under Company Registration No. 03798903
Directors: Michael Cunningham, Michael ("Mike") O'Neill, Eric Shander



More information about the graal-dev mailing list