OpenJDK Java 20 Released With Latest Vector API, Scoped Values

Written by Michael Larabel in Programming on 21 March 2023 at 11:23 AM EDT. 28 Comments
PROGRAMMING
Promoted to general availability (GA) status today is the OpenJDK Java 20 update with a number of new features.

OpenJDK Java 20 introduces scoped values as an incubating API. Java's scoped values allow sharing of immutable data within and across threads and preferred over thread-local variables. Java scoped values are intended to be easy-to-use, comprehensible, robust, and performant.

Java 20 also has the fourth incubating update to the Vector API for at run-time compiling to optimal vector instructions on supported CPU architectures. Java 20 has no changes to its Vector API compared to JDK 19 but simply has some bug fixes and performance enhancements.

In second preview form with Java/JDK 20 is the Virtual Threads functionality as lightweight threads for high-throughput concurrent applications. There are some minor API changes with Virtual Threads over JDK 19 along with other basic refinements for this preview feature.

There are also updates to record patterns, pattern matching for switch statements, Foreign Function & Memory API, and structured concurrency with JDK/Java 20.

OpenJDK logo


Downloads and more details on the OpenJDK Java 20 GA 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