From doug.simon at oracle.com Sat Oct 24 10:33:02 2020 From: doug.simon at oracle.com (Doug Simon) Date: Sat, 24 Oct 2020 12:33:02 +0200 Subject: JVMCI 20.3-b02 release Message-ID: <1F8F8823-8302-4217-945F-2ACACA074698@oracle.com> The 20.3-b02 release includes: ? GR-26855: 8255068: [JVMCI] errors during compiler creation can be hidden. ? GR-26398: Improve speculation encoding. ? GR-8506: Expose JVM_ACC_FIELD_INITIALIZED_FINAL_UPDATE flag. ? GR-26746: Copy thread name when attaching a shared library thread to a HotSpot thread. ? GR-25663: Backport JDK-8253118 & JDK-8254104. ? GR-26111: Allow implicit exception to dispatch to other address in jvmci compilers. ? GR-26491: Remove overly strong assertion. ? GR-25755: JDK build make-static-libs should build all JDK libraries. ? GR-25802: Cache result of CompilerToVM.getComponentType. ? GR-26106: Number patch files names to ensure they are applied in the correct order. ? GR-26106: Add patches that are applied to JVMCI JDK8 builds. ? GR-26245: 8249165: Remove unneeded nops introduced by 8234160 changes The OpenJDK based Windows, Linux and macOS binaries are available at: https://github.com/graalvm/graal-jvmci-8/releases/tag/jvmci-20.3-b02 https://github.com/graalvm/labs-openjdk-11/releases/tag/jvmci-20.3-b02 https://github.com/graalvm/labs-openjdk-15/releases/tag/jvmci-20.3-b02 -Doug From doug.simon at oracle.com Tue Oct 27 11:33:10 2020 From: doug.simon at oracle.com (Doug Simon) Date: Tue, 27 Oct 2020 12:33:10 +0100 Subject: JVMCI 20.3-b03 release Message-ID: <4A9DA6A0-6E54-4A0C-85C3-58AC54FC5864@oracle.com> The 20.3-b03 release includes: ? GR-26872: timeouts of Truffle unittests on JDK-15 It also includes upstream JDK changes from the October CPUs: ? OpenJDK 8u272+10 ? OpenJDK 11.0.9+10 ? OpenJDK 15.0.1+9 The OpenJDK based Windows, Linux and macOS binaries are available at: https://github.com/graalvm/graal-jvmci-8/releases/tag/jvmci-20.3-b023 https://github.com/graalvm/labs-openjdk-11/releases/tag/jvmci-20.3-b03 https://github.com/graalvm/labs-openjdk-15/releases/tag/jvmci-20.3-b03 -Doug From doug.simon at oracle.com Fri Oct 30 11:02:03 2020 From: doug.simon at oracle.com (Doug Simon) Date: Fri, 30 Oct 2020 12:02:03 +0100 Subject: JVMCI 20.3-b04 release Message-ID: <346365BF-4A8F-4B07-912F-977AD3347BAC@oracle.com> The 20.3-b04 release includes: ? GR-27026: Fix C2 crashes (JDK-8252904, JDK-8255466, JDK-8250825) ? GR-24478: JVMCI should be more careful about reflective reads of Class.componentType. The OpenJDK based Windows, Linux and macOS binaries are available at: https://github.com/graalvm/graal-jvmci-8/releases/tag/jvmci-20.3-b04 https://github.com/graalvm/labs-openjdk-11/releases/tag/jvmci-20.3-b04 https://github.com/graalvm/labs-openjdk-15/releases/tag/jvmci-20.3-b04 -Doug