Eclipse OpenJ9 v0.35 Brings Many Fixes

Written by Michael Larabel in Programming on 29 October 2022 at 05:45 AM EDT. Add A Comment
PROGRAMMING
In addition to this week having brought the announcement of GraalVM 22.3 as the newest quarterly feature release and also Oracle announcing that GraalVM CE code will be contributed to OpenJDK, the Eclipse Foundation is ending out their week by having shipped OpenJ9 v0.35.0.

Eclipse OpenJ9 as a reminder is the high performance Java Virtual Machine previously developed by IBM as the J9 JVM. The Eclipse Foundation has been developing OpenJ9 now for the past half-decade.


With Eclipse OpenJ9 0.35 the release was motivated by a security vulnerability whereby interface calls can be inlined without a runtime type check. In turn malicious bytecode on prior versions of OpenJ9 could make use of the inlining functionality to access or modify memory via an incompatible type.

OpenJ9 0.35 also has a variety of other bug fixes and improvements throughout the JVM's codebase. There are also some of the initial changes around Java 19 / JDK 19 support. There are also various dependency updates like moving to a newer version of OpenSSL.

The lengthy list of changes for OpenJ9 0.35 can be found over on GitHub.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week