JVMCI 0.57 released
David Lloyd
david.lloyd at redhat.com
Sat Mar 23 14:59:56 UTC 2019
Is there any possibility of the JVMCI API classes being released as a
Maven artifact? It would allow development of software which can
optionally consume JVMCI without requiring a JVMCI JDK for building.
On Fri, Mar 22, 2019 at 4:47 PM Doug Simon <doug.simon at oracle.com> wrote:
>
> Changes in JVMCI 0.57 include:
>
> • GR-13902: Replace adjustCompilationLevel mechanism.
> • GR-14526: Replace JVMCINMethodData constructor and operator new with initialize.
> • GR-14509: Fixed order of method mirror invalidation.
> • GR-14475: Fix support for jvmci.InitTimer.
> • GR-14105: Remove uses of system properties.
>
> The GR-13902 change introduced new API for implementing -Dgraal.CompileGraalWithC1Only=true without requiring a Java up-call from the VM when scheduling a method for compilation. This fixes a number of subtle bugs and unexpected VM behavior (see https://bugs.openjdk.java.net/browse/JDK-8219403). As a result of the API change, you need to update Graal to commit b3ec4830e02 <https://github.com/oracle/graal/commit/b3ec4830e0295561bde16740b35efd0bbc4cfccf> or later when using this JVMCI release.
>
> The OpenJDK based binaries are at https://github.com/graalvm/openjdk8-jvmci-builder/releases/tag/jvmci-0.57
>
> The OracleJDK based “labsjdk” binaries will be available soon at https://www.oracle.com/technetwork/oracle-labs/program-languages/downloads/index.html (in the lower half of the page).
>
> -Doug
--
- DML
More information about the graal-dev
mailing list