The following describes selected improvements of the Java JVM. See the Java 13 release notes.
Class data sharing (CDS) allows class metadata to be shared across different JVM instances to reduce startup time. Java 13 is now delivering Dynamic CDS Archives with JEP 350 that simplifies the process of generating a shared archive when an application is exiting.