Java’s Project Leyden arrives in early-access build

By Paul Krill

The OpenJDK’s Project Leyden, an effort to improve the startup time, time to peak performance, and footprint of Java programs, has published its first early-access build.

Accessible from java.jdk.net, the initial Project Leyden release focuses on improving application startup time, according to a June 24 bulletin on the Oracle Java team’s Inside Java website. Other Leyden optimizations will be explored in future releases. The easiest way to start with Leyden features is by using the java program in the Leyden Early Access Release with the -XX:CacheDataStore flag. Project Leyden is sponsored by Java’s HotSpot and Core Libraries groups.

Other highlights of the build include ahead-of-time (AOT) compilation of Java methods to natively execute them as soon as the application starts up in the production run, and ahead-of-time resolution of constant pool entries, allowing the AOT compiler to produce better code and speed application starts.

The Project Leyden early-access build also includes:

Developers can provide feedback to the Project Leyden mailing list. A subscription is required.

© Info World