Skip to content

CompoundVM 8.0.2

Latest

Choose a tag to compare

@duanyangjing duanyangjing released this 13 Aug 06:27
· 11 commits to jdk17u-target8 since this release

This distribution provides JVM 17 (jdk-17.0.8+3) on JDK 8 (jdk8u372). There are two types of artifacts:

CompoundVM_8.0.2_linux_x64.tar.gz is a bundled JDK 8 with JVM 17 enabled. It can be used as a JDK 8 out of the box.

CompoundVM_8.0.2_jvm_patch_linux_x64.tar.gz is a performance pack to existing JDK 8. To install it to your existing JDK 8, run tar xzf CompoundVM_8.0.2_jvm_patch_linux_x64.tar.gz -C path/to/jdk8.

What's Changed

  • Fix atomic_set_bits crash when defineAnonymousClass return null by @machunhui in #37
  • CI: Trigger CI on merge requests by @duanyangjing in #38
  • SecurityManager: Fix kafka clinet connect issue: NullPointer exception when accessing … by @machunhui in #43
  • aarch64: basic support for aarch64 by @duanyangjing in #44
  • CI: Limit permission of actions to readonly by @duanyangjing in #34
  • alt_app: Add -heap support for jmap17 by @machunhui in #47
  • C1: remove putAddress_raw and getAddress_raw intrinsics which is actually not supported in C1 by @machunhui in #51

New Contributors

Full Changelog: cvm-8.0.1...cvm-8.0.2