Skip Top Navigation Bar

Java News

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

By David Delabassee on April 13, 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
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
Java and Post-Quantum Cryptography

By Sean Mullan on April 8, 2026

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 More
Episode 53 “Analyzing Crashed JVMs” [IJN]

By Nicolai Parlog on April 4, 2026

The Java tool jcmd (“j command”) sends diagnostic commands to the JVM, which will react by supplying the desired information: from finalizer queues to heap and thread dumps, from GC insights to virtual thread scheduler statistics. At the moment, this requires a running JVM, but once candidate is adopted, a lot of that information can be seamlessly extracted from a crashed JVM’s core dump, allowing easy post-mortem analysis.

Read More
Analyzing Crashed JVMs - Inside Java Newscast #109

By Nicolai Parlog on April 2, 2026

The Java tool jcmd ("j command") sends diagnostic commands to the JVM, which will react by supplying the desired information: from finalizer queues to heap and thread dumps, from GC insights to virtual thread scheduler statistics. At the moment, this requires a running JVM, but once candidate JEP 528 is adopted, a lot of that information can be seamlessly extracted from a crashed JVM's core dump, allowing easy post-mortem analysis.

Read More
Episode 52 “Carrier Classes & Discussing Syntax” [AtA]

By Nicolai Parlog on March 26, 2026

Carrier classes are Project Amber's current idea to extend some of records' benefits to regular classes. Probably the most important among them is deconstruction, which would allow classes to participate in pattern matching and reconstruction.

Read More
JavaFX 26 Today

By Kevin Rushforth on March 25, 2026

Building a compelling desktop app today requires features such as UI controls, charts, interactive media, web content, animation, CSS styling, 2D and 3D rendering, rich text, and property binding, with an easy-to-use programming paradigm that runs cross-platform. JavaFX is all this and more, delivering a rich graphical UI toolkit for building your applications and can also seamlessly interoperate with Swing.

Read More
JDK 26 Security Enhancements

By Sean Mullan on March 19, 2026

JDK 26 was released on March 17, 2026! As with my previous blogs, I have compiled a list of what I think are the most interesting and useful security enhancements in this release. I have also grouped them into appropriate categories (crypto, TLS, etc) which should make it easier to find out what has changed in each specific area.

Read More
Java 26 in definitely UNDER 3 minutes

By Billy Korando on March 18, 2026

Let’s quickly review in definitely under 3 minutes the 10 JEPs (JDK Enhancement Proposals) that were included in the JDK 26 release! Couldn't make it to JavaOne? Catch the biggest moments by joining us on our livestreams for the opening Keynote and Community Keynotes right here on the Java YouTube Channel!

Read More


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