JVMCI 0.23 released
Doug Simon
doug.simon at oracle.com
Wed Nov 23 20:07:31 UTC 2016
JVMCI 0.23 updates the base JDK to 8u111 which includes at least one change that may be relevant:
https://bugs.openjdk.java.net/browse/JDK-8156254
It also includes some new JVMCI API:
https://bugs.openjdk.java.net/browse/JDK-8168915
https://bugs.openjdk.java.net/browse/JDK-8169331
The complete set of changes can be seen at http://hg.openjdk.java.net/graal/graal-jvmci-8/log?revcount=200&rev=ancestors%28%27jvmci-0.23%27%29+-+ancestors%28%27jvmci-0.22%27%29
OpenJDK based binaries are already available on GitHub[1]. The OTN binaries[2] should also be available in the next 24 hours.
You will need these binaries (or need to build your own[3]) once you pull https://github.com/graalvm/graal-core/commit/9a4743cd28d58ae567d84cda9ee3260e0989d24c.
-Doug
[1] https://github.com/dougxc/openjdk8-jvmci-builder/releases/tag/jvmci-0.23
[2] labsjdk-8u111-jvmci-0.23-*.tar.gz at http://www.oracle.com/technetwork/oracle-labs/program-languages/downloads/index.html
[3] https://github.com/graalvm/graal-core#building-jvmci-jdk8
More information about the graal-dev
mailing list