From ea7078982d24626a40bc7091fc6630c35eec711b Mon Sep 17 00:00:00 2001 From: Sreekala-Gopakumar <98081349+Sreekala-Gopakumar@users.noreply.github.com> Date: Tue, 9 May 2023 01:41:58 +0530 Subject: [PATCH] Update index.html for 0.38.0 release Incorporated the review feedback Update index.html for 0.38.0 release in the new OpenJ9 website https://github.com/eclipse-openj9/openj9-website/issues/345 Updated the website release note 0.38.0 Closes #345 Signed-off-by: Sreekala Gopakumar --- index.html | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 73231cde5..4f45a0050 100644 --- a/index.html +++ b/index.html @@ -117,19 +117,36 @@

Join community calls

+
+

Eclipse OpenJ9 version 0.38.0 released

+

May 2023

+
+

We're pleased to announce the availability of Eclipse OpenJ9™ v0.38.0.

+

This release supports OpenJDK version 8, 11, and 17. For more information about supported platforms and OpenJDK versions, see Supported environments.

+

Other updates in this release include the following:

+
    +
  • New -XX:[+|-]HandleSIGUSR2 option is added to enable the handling of the SIGUSR2 signal by the application signal handler instead of the VM signal handler in the absence of signal chaining.
  • +
  • Support for the Checkpoint/Restore In Userspace (CRIU) tool is currently provided as a technical preview. This preview is supported for use in production environments, however, all APIs and options are subject to change. You can use the CRIU feature to stop the VM at a checkpoint, save its state, then run the VM from the point where it was stopped, hence improving the VM startup time and performance.
  • +
+

To read more about these and other changes, see the OpenJ9 user documentation.

+

Performance highlights include:

+
    +
  • Stack walking for refreshing the latest user defined ClassLoader (LUDCL) cache is optimized, saving a substantial amount of CPU time for applicable workloads.
  • +

Eclipse OpenJ9 version 0.37.0 released

-

April 2023

-

We're pleased to announce the availability of Eclipse OpenJ9 v0.37.0.

-

This release works with OpenJDK version 19. OpenJDK 19 is out of support at the time of the 0.37.0 release. Builds of 0.37.0 should not be used in production and might contain known security vulnerabilities as of 18 April 2023. For more information about supported platforms and OpenJDK versions, see Supported environments.

+

OpenJ9 v0.37.0. release supported OpenJDK version 19. OpenJDK 19 was out of support at the time of the 0.37.0 release. Builds of 0.37.0 should not be used in production and contains known security vulnerabilities as of 18 April 2023.

Other updates in this release include the following:

    -
  • Linux® builds for platforms Linux x86 64-bit, Linux on POWER® LE 64-bit, and Linux on IBM Z® 64-bit now use gcc 11.2 instead of gcc 10.3. Linux AArch64 64-bit continues to use the gcc 10.3 compiler.
  • The OpenJ9 ThreadMXBean interface extends the com.sun.management.ThreadMXBean interface instead of the java.lang.management.ThreadMXBean interface.
  • OpenJ9 now supports the use of an extra attribute, tokenlabel, in the SunPKCS11 configuration file on z/OS® and Linux on IBM Z to assign a label to a PKCS#11 token. The tokenlabel attribute can be used instead of the slot or slotListIndex attributes.

To read more about these and other changes, see the OpenJ9 user documentation.

+

Performance highlights include:

+
    +
  • With the implementation of CRC-32C polynomial acceleration on Linux on POWER LE (ppc64le) and AIX POWER® BE (ppc64), performance of CRC-32C calculations on these platforms is 25 times faster (even up to 42 times faster) on data payload of typical sizes.
  • +