Skip Top Navigation Bar

Java News

Dissecting the CPU-Memory Relationship in Garbage Collection

By Jonas Norlinder on February 24, 2026

This article analyzes why we need to look beyond GC pauses to enable maximal infrastructure efficiency and introduces the new Java API for GC CPU in OpenJDK 26. These capabilities empower engineers and researchers to quantify the collector's CPU overhead, providing the data necessary to make informed decisions regarding the memory-CPU trade-off.

Read More
Episode 47 “Carrier Classes” [IJN]

By Nicolai Parlog on February 23, 2026

This episode presents Project Amber lead Brian Goetz’s recent email “Data Oriented Programming, Beyond Records”, wherein he describes plans to improve Java’s data handling capabilities by introducing carrier classes, a generalization of records...

Read More
Java Serialization: Spooky Action at a Distance - Stack Walker #7

By Billy Korando on February 21, 2026

Serialization has been a part of the Java Platform since the 1.1 release. While serialization brings with it a lot of utility and was key in Java's early success, it does have some pretty significant issues as well. In this episode of Stack Walker, we review the history of serialization, the concerns it was attempting to address, and how some of those design decisions have resulted in more than a few headaches for JDK engineers and Java developers alike. We will then look at how the JDK engineering team is working towards addressing the issues that serialization presents and ultimately a replacement.

Read More
Episode 46 “Java’s Plans for 2026” [IJN]

By Nicolai Parlog on February 20, 2026

In 2026, Java keeps evolving: Project Valhalla is gunning for merging its value types preview in the second half of this year; Babylon wants to incubate code reflection; Loom will probably finalize the structured concurrency API; Leyden plans to ship AOT code compilation; and Amber hopes to present JEPs on constant patterns and pattern assignments. And those are just the most progressed features - more are in the pipeline and discussed in this episode of the Inside Java Newscast.

Read More
Towards Better Checked Exceptions - Inside Java Newscast #107

By Nicolai Parlog on February 19, 2026

Java's checked exceptions are both an integral part of the language and one of its most contested features. Whether their introduction was a mistake and whether they should all be turned unchecked are frequently discussed topics but since the former is not overly relevant and the latter unlikely, this conversation isn't moving Java forward. Instead, let's talk about specific issues with checked exceptions and what could be done about them - from (entirely speculative) language changes to (marginally realistic) JDK/library evolution to stylistic changes.

Read More
Post-Quantum Hybrid Key Exchange for TLS 1.3

By Jamil Nimeh on February 17, 2026

JEP 527 is now integrated into JDK 27! This feature enhances the security of Java applications by implementing hybrid key exchange algorithms for TLS 1.3. By combining quantum-resistant ML-KEM with traditional elliptic-curve algorithms, the JDK implementation of TLS 1.3 is protected against 'harvest now, decrypt later' threats.

Read More
Newsletter: JDK 26 Release Candidate | JavaOne and More Heads-Up

By David Delabassee on February 14, 2026

This Heads-Up is part of the regular communication sent to the projects involved; it announces the first Release Candidate builds of JDK 26 and an informal Quality Outreach gathering at JavaOne.

Read More
Episode 45 “Announcement - The New Inside Java Podcast”

By Nicolai Parlog on February 13, 2026

Welcome to the new Inside Java Podcast. In this meta episode, Nicolai Parlog introduces you to the podcast's new structure with two shows under one umbrella: The long-form conversations you know become Ask the Architects episodes and they'll be accompanied by the Inside Java Newscast as a podcast.

Read More
JEP targeted to JDK 27: 527: Post-Quantum Hybrid Key Exchange for TLS 1.3

By Jamil Nimeh on February 12, 2026

The following JEP is targeted to JDK 27: 527: Post-Quantum Hybrid Key Exchange for TLS 1.3

Read More
Quality Outreach Heads-up - JDK 27: Removal of ThreadPoolExecutor.finalize()

By Nicolai Parlog on February 10, 2026

This Heads-Up is part of the regular communication sent to the projects involved; it covers the removal of ThreadPoolExecutor.finalize().

Read More


Sourced from https://inside.java via RSS.