Fundamentals 6 min read

Java 26 Unveiled: Key JDK Features and the New Oracle Java Verified Portfolio

Oracle announced the GA release of Java 26/JDK 26, detailing ten JEP‑driven enhancements, additional low‑level improvements, expanded security measures, updated Unicode support, JVM performance tweaks, and the introduction of the Oracle Java Verified Portfolio that now covers JavaFX, Helidon and VS Code extensions.

21CTO
21CTO
21CTO
Java 26 Unveiled: Key JDK Features and the New Oracle Java Verified Portfolio

Java 26 (JDK 26) General Availability

Oracle announced on 2026‑03‑18 that JDK 26 reached General Availability. It is a non‑LTS release; Premier Support ends in September 2026, after which support continues with JDK 27.

Key JEP‑Based Features

Network : The Java HttpClient API adds native support for HTTP/3, enabling multiplexed streams over QUIC.

Concurrency : Introduction of Structured Concurrency (JEP ??) provides a unified API for managing groups of related tasks, simplifying cancellation and error propagation.

Vector API : Continued enhancements to the incubating Vector API improve performance of SIMD‑style computations on modern CPUs.

Garbage Collection : G1 GC receives algorithmic refinements that reduce pause times and improve throughput, especially for large heap sizes.

Legacy : The Applet API is removed from the platform, completing its deprecation.

Additional Low‑Level Improvements

Security : Support for Hybrid Public Key Encryption (HPKE) is added; JAR signing is prepared for post‑quantum cryptography; cryptographic algorithm implementations and legacy keystore controls are hardened.

Compatibility & Internationalization : Unicode is updated to version 17.0 and the CLDR data set to v48, providing broader character and locale coverage.

JVM Internals Enhancements

Modifications target start‑up latency, execution efficiency, and stability:

Refined JVM launch sequence reduces class‑loading overhead.

G1 GC internal heuristics are tuned for faster evacuation and better pause‑time predictability.

The C2 JIT compiler receives additional optimizations for loop unrolling and escape analysis.

Heap management improvements include more aggressive region reclamation and reduced fragmentation.

Tooling and Runtime API Additions

HttpClient

now supports region‑based file uploads, allowing large payloads to be sent in parallel chunks.

Runtime image construction enforces stricter validation, improving the reliability of custom runtime images created with jlink.

The JVM Metrics API is extended with new counters for GC pause distribution and compilation statistics.

JavaDoc now includes a dark‑mode stylesheet, improving readability in low‑light environments.

Oracle Java Verified Portfolio (JVP)

Oracle introduced the Java Verified Portfolio, a set of Oracle‑authorized and supported Java‑related components that are not part of the core JDK but are widely used in enterprise environments. The initial JVP components are:

JavaFX – graphical UI framework.

Helidon – cloud‑native microservice framework.

Java Platform Extension for Visual Studio Code.

JVP support is available to Java SE subscription customers and to workloads running on Oracle Cloud Infrastructure.

Helidon Roadmap

Helidon’s release cadence will be aligned with the JDK roadmap. Oracle plans to propose Helidon as an OpenJDK project while keeping the codebase open source.

JavaFX Support

Commercial support for JavaFX is reinstated for all new Java releases and for existing LTS releases that remain under Premier Support. Support for JavaFX on JDK 8 is extended until March 2028. JavaFX 25 and 26 are already available for JDK 26; updates for JavaFX 21, 17, and 8 are scheduled for mid‑April 2026.

Reference

https://www.oracle.com/news/announcement/oracle-releases-java-26-2026-03-17/

JavaOracleJEPJavaFXHelidonJava 26JDK 26
21CTO
Written by

21CTO

21CTO (21CTO.com) offers developers community, training, and services, making it your go‑to learning and service platform.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.