Java 15 Reaches General Availability
Written by Kay Ewbank   
Thursday, 17 September 2020

Oracle has announced that Java 15 is now generally available. The announcement was made in the opening keynote of Oracle Developer Live, an online version of the usual CodeOne and OpenWorld conferences.

This is the first release of 'official' Oracle Java following the language’s 25th anniversary in May.

corretto

Georges Saab, vice president of development for Oracle's Java Platform Group, said:

"As Java celebrates its 25th birthday, we continue to make technical investments that drive Java innovation forward and help address the rapidly changing technology landscape."

The release date follows Oracle's regular six monthly release schedule that they started back in 2018 with Java 10. The aim is to deliver improvements and fixes in smaller sets to minimize the disruption. There are two separate releases of Java 15 - Oracle JDK 15 is the commercially licensed version with commercial support, while Oracle OpenJDK 15 is offered under the open source GNU General Public License v2, with the Classpath Exception (GPLv2+CPE).

Java 15 has been worked on by both Oracle employees and third party developers. Java 15 adds support for hidden classes and improves security with support for the Edwards-Curve Digital Signature Algorithm (EdDSA). This is designed to improve security and performance in cryptographic signatures.

The support for hidden classes makes it easier to use frameworks that need to generate classes at run time. Hidden classes can only be accessed via reflection, not from ordinary bytecode. They can also be unloaded independently of other classes, which may reduce a framework's memory footprint.

A number of features that had been included in preview versions have now been finalized, including text blocks. A text block is a multi-line string literal that avoids the need for most escape sequences, automatically formats the string in a predictable way, and gives developers control over the format when desired.

ZGC, the scalable low-latency GC, is now a production feature. The goal of the move to ZGC is to reduce GC pause times, handle heaps ranging from relatively small (a few hundreds of megabytes) to very large (many terabytes) in size, as well as lay a foundation for future GC features and optimizations leveraging colored pointers and load barriers. 

Shenandoah has also been included as a production feature. Shenandoah is a low-pause-time garbage collector that reduces GC pause times by doing evacuation work concurrently with the running Java threads. Pause times with Shenandoah are independent of heap size. Shenadoah has been added as an alternative GC, but the default GC is still G1.

corretto

More Information

Oracle OpenJDK 15

Oracle JDK 15

Related Articles

Java At 25

JDK 14 Released

JDK 14 Feature Set Frozen

Where's Java Going In 2020

Java SE 13 Reaches GA

OpenJDK 8 To Get JDK Flight Recorder

Red Hat Takes Over OpenJDK Maintenance

JDK 12 Feature Set Frozen

JDK 10 Released

JavaFX Will Be Removed From JDK

Java 9 Finally Appears

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


The University of Tübingen's Self-Driving Cars Course
22/03/2024

The recorded lectures and the written material of a course on Self-Driving Cars at the University of Tübingen have been made available for free. It's a first class opportunity to learn the in an [ ... ]



Open Source Key To Expansion of IoT & Edge
13/03/2024

According to the 2023 Eclipse IoT & Edge Commercial Adoption Survey Report, last year saw a surge of IoT adoption among commercial organizations across a wide range of industries. Open source [ ... ]


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info