Slide 8
Slide 8 text
What is Class Data Sharing?
CDS is a JVM feature that
allows sharing of preloaded
class metadata among
multiple JVMs, reducing
startup time and memory
footprint.
Class metadata is stored in a
shared archive file, a .jsa file
Enabled by default