Java News
Avoiding Final Field MutationJDK 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 MoreReflecting on HAT: A Project Babylon Case Study
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 MoreEpisode 56 “Ask the Architects at JavaOne” [AtA]
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 MoreQuality Outreach Heads-up - JDK 27: Obsolete Translation Resources Removed
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 MoreHow the JVM Optimizes Generic Code
This video explores generics, JVM internals, and the road to Valhalla generics...
Read MoreEpisode 55 “You Must Avoid Final Field Mutation” [IJN]
With JDK 26 / JEP 500 starting to prevent final field mutation through reflection, it is important that Java projects stop employing that practice.
Read MoreOracle Java Extension for Visual Studio Code Version 25.1.0 Is Now Available
New release of Java Platform Extension for VS Code
Read MoreNewsletter: Java 26 Is Now Available | JDK 27 Heads-Ups
This Heads-Up is part of the regular communication sent to the projects involved; it announces the General Availability of Java 26...
Read MoreEpisode 54 “How JDK 26 Improves G1’s Throughput” [AtA]
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 MoreJava and Post-Quantum Cryptography
In this session, we'll show how the Java Platform is preparing for this paradigm shift in security by adding support for Post-Quantum Cryptography (PQC), which are algorithms designed to be secure against quantum computer attacks. Come to this session to learn about the PQC-related features we've already delivered and what we're working on for JDK 27 and beyond.
Read MoreSourced from https://inside.java via RSS.