ended3월 17일· 1 sources

How is Leyden improving Java Performance? Part 2 of 3

Leyden은 어떻게 Java 성능을 개선하고 있는가? — 3부작 중 2부

Why it matters

Part 2 of the Leyden series explains how to use the new AOT (Ahead-Of-Time) cache capabilities introduced in JDK 25+ to reduce Java startup, warmup, and footprint costs. It details two workflows—a 2-step (joint training/assembly) and a 3-step (separate training and assembly) process—for generating and consuming AOT caches via new JVM command-line options. Test results demonstrate significant performance improvements already achieved.

1
Sources
+0
24h
Growth
188d
Active
LeydenAOT CacheJDK 25OpenJDKJava startup warmup

Sources

Related Issues