This is a fork of https://github.com/graalvm/graal-jvmci-8.
To create a JVMCI-enabled JDK 8, make sure you have the forked version of mx
on your system.
Also point the JAVA_HOME
env variable to a valid installation of a JDK 8.
Then run the following commands:
git clone https://github.com/beehive-lab/graal-jvmci-8/tree/master
cd graal-jvmci-8
mx build
The build step above should work on all supported JDK 8 build platforms. It should also work on other platforms (such as Oracle Linux, CentOS and Fedora as described here).