JEP 493 proposes to reduce JDK size by approximately 25% by enabling the creation of custom run-time images without needing JMOD files, improving efficiency.
JEP 491 focuses on enhancing the scalability of Java code by allowing virtual threads that block in synchronized methods to release platform threads for other usage.
JEP 488 aims to improve pattern matching in Java by introducing a second preview that allows primitive type patterns, building on previous feedback from JDK 23.
Collection
[
|
...
]