JVMCI 19.2-b01 released
Doug Simon
doug.simon at oracle.com
Thu Jul 4 20:33:20 UTC 2019
To clarify the relationship between JVMCI and GraalVM releases, we’ve changed the versioning scheme of JVMCI to better align with GraalVM versioning.
The new JVMCI version format is "<major>.<minor>-b<build>” (e.g., 19.2-b01).
Every GraalVM <major>.<minor> release will now be based on a JVMCI release with the same <major>.<minor> prefix.
In addition to this versioning scheme change, the 19.2-b01 release includes:
• GR-16687: Correct endianness in get_cached_box.
The binaries are available at:
https://github.com/graalvm/openjdk8-jvmci-builder/releases/tag/jvmci-19.2-b01
-Doug
More information about the graal-dev
mailing list