Java 14 Reaches General Availability With Garbage Collection Improvements

Written by Michael Larabel in Oracle on 17 March 2020 at 05:06 PM EDT. 45 Comments
ORACLE
Java 14 has reached general availability today with numerous updates to the JDK.

Among the changes with Java 14 are:

- Records is available in a preview state. Records provide a compact syntax for declaring classes that are transparent holders for shallowly immutable data.

- The G1 garbage collector now supports NUMA-aware memory allocations.

- The ZGC (Z Garbage Collector) is an experimental feature on Windows and macOS.

- Improvements to Parallel GC.

- Thread suspend/resume has been deprecated.

More details at jdk.java.net.
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