What is dynamic CDS Archive?
Dynamic Class Data Sharing (CDS) is the archiving of classes after the end of Java Application execution. This in turn increases performance by re-using the archive instead of having the JVM re-create them on startup.
Which files can be archived?
All loaded application classes.
Library classes which are not present in the default, base-layer CDS archive.