Skip Top Navigation Bar

Java News

Make Java Safer with Flexible Constructor Bodies - Inside Java Newscast Episode #111

By Billy Korando on April 30, 2026

Flexible constructor bodies were added to Java 25 with JEP 513. In this episode of the Inside Java Newscast Billy Korando will review the issues with how constructors used to work before Java 25, either forcing developers to write convoluted code, or in some cases undermining the safety and integrity of child classes. Billy will then cover how flexible constructor bodies address these issues and how Java developers can use them to write safer code and better designed applications.

Read More
Avoiding Final Field Mutation

By Nicolai Parlog on April 27, 2026

JDK 26 / JEP 500 take first steps towards making final fields truly immutable by issuing warnings when they are mutated through the reflection API. This article discusses common scenarios in which final fields are mutated through reflection and what alternatives exist for each of them.

Read More
Reflecting on HAT: A Project Babylon Case Study

By on April 26, 2026

In this session, we'll introduce Project Babylon and examine how it's used by HAT (Heterogeneous Accelerator Toolkit) to make GPU programming more approachable for Java developers. We'll focus on new HAT features that leverage code reflection to create layers of abstraction and cleaner translations between Java and performant GPU code.

Read More
Episode 56 “Ask the Architects at JavaOne” [AtA]

By Nicolai Parlog on April 23, 2026

In JavaOne 2026's closing session, the audience members asked the Java architects their questions about the state of structured concurrency and Project Babylon, how Java is being developed and what role AI plays in that, and more.

Read More
Quality Outreach Heads-up - JDK 27: Obsolete Translation Resources Removed

By David Delabassee on April 21, 2026

This Heads-Up is part of the regular communication sent to the projects involved; it covers the removal of obsolete translation resources in JDK 27.

Read More
How the JVM Optimizes Generic Code

By John Rose on April 19, 2026

This video explores generics, JVM internals, and the road to Valhalla generics...

Read More
Episode 55 “You Must Avoid Final Field Mutation” [IJN]

By Nicolai Parlog on April 16, 2026

With JDK 26 / JEP 500 starting to prevent final field mutation through reflection, it is important that Java projects stop employing that practice.

Read More
Oracle Java Extension for Visual Studio Code Version 25.1.0 Is Now Available

By Arvind Aprameya on April 14, 2026

New release of Java Platform Extension for VS Code

Read More
Newsletter: Java 26 Is Now Available | JDK 27 Heads-Ups

By David Delabassee on April 12, 2026

This Heads-Up is part of the regular communication sent to the projects involved; it announces the General Availability of Java 26...

Read More
Episode 54 “How JDK 26 Improves G1’s Throughput” [AtA]

By Nicolai Parlog on April 9, 2026

G1 is Java's default garbage collector in most environments and its throughput has been considerably improved in JDK 26 by streamlining its write barriers, which are discussed in this episode together with regions, concurrent marking, and card tables.

Read More


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