OpenJDK Java 23 Released With ZGC Generational Mode By Default

Written by Michael Larabel in Programming on 17 September 2024 at 12:30 PM EDT. 29 Comments
PROGRAMMING
OpenJDK 23 is now generally available as the reference implementation to Java 23.

OpenJDK 23 presents support for Markdown documentation comments, the generational mode of the Z Garbage Collector (ZGC) enabled by default, and many other improvements. The Generational ZGC should work better than the non-generational mode for most use-cases.

In preview form OpenJDK 23 brings primitive types within Patterns / instanceof / switch, the latest preview of the Class File API, the latest incubator on Java's Vector API, module import declarations, structured concurrency, and the latest on scoped values.

OpenJDK logo


Downloads and more details on the OpenJDK Java 23 release via OpenJDK.org.
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