Recent Releases of https://github.com/bytedance/compoundvm
https://github.com/bytedance/compoundvm - CompoundVM 8.0.2
This distribution provides JVM 17 (jdk-17.0.8+3) on JDK 8 (jdk8u372). There are two types of artifacts:
CompoundVM8.0.2linux_x64.tar.gz is a bundled JDK 8 with JVM 17 enabled. It can be used as a JDK 8 out of the box.
CompoundVM8.0.2jvmpatchlinuxx64.tar.gz is a performance pack to existing JDK 8. To install it to your existing JDK 8, run `tar xzf CompoundVM8.0.2jvmpatchlinuxx64.tar.gz -C path/to/jdk8`.
What's Changed
- Fix atomicsetbits crash when defineAnonymousClass return null by @machunhui in https://github.com/bytedance/CompoundVM/pull/37
- CI: Trigger CI on merge requests by @duanyangjing in https://github.com/bytedance/CompoundVM/pull/38
- SecurityManager: Fix kafka clinet connect issue: NullPointer exception when accessing … by @machunhui in https://github.com/bytedance/CompoundVM/pull/43
- aarch64: basic support for aarch64 by @duanyangjing in https://github.com/bytedance/CompoundVM/pull/44
- CI: Limit permission of actions to readonly by @duanyangjing in https://github.com/bytedance/CompoundVM/pull/34
- alt_app: Add -heap support for jmap17 by @machunhui in https://github.com/bytedance/CompoundVM/pull/47
- C1: remove putAddressraw and getAddressraw intrinsics which is actually not supported in C1 by @machunhui in https://github.com/bytedance/CompoundVM/pull/51
New Contributors
- @machunhui made their first contribution in https://github.com/bytedance/CompoundVM/pull/37
Full Changelog: https://github.com/bytedance/CompoundVM/compare/cvm-8.0.1...cvm-8.0.2
- Java
Published by duanyangjing 11 months ago
https://github.com/bytedance/compoundvm - CompoundVM 8.0.1
This distribution provides JVM 17 (jdk-17.0.8+3) on JDK 8 (jdk8u372). There are two artifacts:
CompoundVM_8.0.1_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.1_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.1_jvm_patch_linux_x64.tar.gz -C path/to/jdk8.
Updates: removed debug symbols from releases to significantly reduce the binary size.
- Java
Published by duanyangjing about 1 year ago
https://github.com/bytedance/compoundvm - CompoundVM 8.0.0
This distribution provides JVM 17 (jdk-17.0.8+3) on JDK 8 (jdk8u372). There are two artifacts:
CompoundVM_8.0.0_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.0_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.0_jvm_patch_linux_x64.tar.gz -C path/to/jdk8.
- Java
Published by duanyangjing about 1 year ago