Oracle officially launched Java 27, the next-generation Java platform, on the 16th. The key highlights of this release are the integration of post-quantum cryptography (PQC) technology into enterprise communication standards for the first time—preparing for future hacking threats posed by quantum computers—and significantly enhanced parallel processing capabilities for AI application development.
The most notable change in the new version is the introduction of hybrid key exchange technology into the TLS 1.3 protocol. This is a direct response to so-called “harvest now, decrypt later” (HNDL) attacks, where encrypted data transmitted today is intercepted and stored, then decrypted years later using quantum computers expected to become practical within the next several years. Enterprises can now gradually transition to next-generation encryption standards without extensively modifying existing application code.
Oracle also added in-process data redaction capabilities to the Java Flight Recorder, reducing the exposure of sensitive information in diagnostic logs within production environments. The company also introduced “Oracle Zipher 20,” an OpenSSL-based module for regulated cryptographic environments, into its Java certification portfolio to support Java application deployment in the financial and public sectors. This module is FIPS 140-3 certified and supports the latest JDK releases and post-quantum algorithms through standard Java interfaces.
Performance improvements for AI and data-intensive workloads are also prominent. The Vector API enables developers in analytics, AI inference, and scientific computing to increase data processing throughput without relying on native code. Structured Concurrency allows for reliable management of multiple parallel tasks, improving error handling, cancellation, and observability for AI model invocations, data retrieval, and orchestration operations.
On the developer productivity front, pattern matching has been expanded to more easily handle mixed primitive and object data, and Lazy Constants have been introduced to provide fine-grained control over application initialization timing and resource usage. Compact object headers, which reduce JVM memory usage, are now enabled by default, and the G1 garbage collector has become the standard option across all supported environments, improving operational consistency for cloud and microservices deployments.
Updates across the broader Java ecosystem were also announced. Helidon 27, the cloud-native microservices framework, strengthens its virtual thread-based architecture and improves declarative APIs, messaging support, and relational database access. Its version numbering and release cadence have also been aligned with OpenJDK. JavaFX 27, the UI framework for desktop and enterprise client applications, now supports the Metal rendering pipeline on macOS and improves text editing capabilities and accessibility.
Oracle also released a JDK 28 early access build for developers to preview next-generation features. This includes initial features from Project Valhalla, which aims to narrow the performance gap between objects and primitives to improve processing efficiency for data-intensive applications. Project Leyden is also underway, targeting faster Java application startup times, improved peak performance, reduced memory usage, and future support for Ahead-of-Time (AOT) compilation.
Arnal Dayaratna, research vice president of software development at IDC, commented: “Java, built on security and reliability, can serve as a core foundation for AI agents accessing business systems and sensitive data. Java 27’s AI development and post-quantum cryptography features will support application development and security response in the agentic AI era.”
Georges Saab, senior vice president of Oracle’s Java Platform group and chair of the OpenJDK governing board, said: “Java 27 delivers a stable foundation for enterprise workloads together with AI and post-quantum cryptography capabilities. We plan to sequentially apply these features to long-term support (LTS) versions as well, enabling customers to protect their core applications and data without service disruption.”
Meanwhile, Oracle shares closed down 1.34% at $142.85 on the 15th (local time), the day of the Java 27 release announcement. Despite the announcement strengthening Oracle’s position in enterprise AI and post-quantum security, the market appeared to place greater weight on the broader tech sector correction rather than short-term stock catalysts.
Click Here For The Original Source.
