Version problem with JVMCI JDK 8
Josef Eisl
josef.eisl at jku.at
Wed Oct 19 12:05:19 UTC 2016
On 19/10/16 12:58, Andrew Haley wrote:
> mercury:graal-core $ mx build
> Please select a default JDK:
> Enter path of JDK: /local/mercury/local/graal/labsjdk1.8.0_92-jvmci-0.21/
> The VM does not support the minimum JVMCI API version required by Graal: 0.21 < 0.22.
>
> This is the VM from http://www.oracle.com/technetwork/oracle-labs/program-languages/downloads/index.html
graal-core requires JVMCI 0.22 which was released yesterday [1]. It can
take some time until the new version lands on OTN [2]. In the mean time
you could use the OpenJDK builds that are available on GitHub [3].
- Josef
[1]:
http://mail.openjdk.java.net/pipermail/graal-dev/2016-October/004571.html
[2]:
http://www.oracle.com/technetwork/oracle-labs/program-languages/downloads/index.html
[3]:
https://github.com/dougxc/openjdk8-jvmci-builder/releases/tag/jvmci-0.22
More information about the graal-dev
mailing list