Class data sharing

The class data sharing feature offers the transparent and dynamic sharing of data between multiple Java™ virtual machines (VMs). When this feature is enabled, VMs use shared memory to obtain and store data. This feature can improve start up performance and reduce memory footprint.

For more information, see Introduction to class data sharing in the OpenJ9 user documentation.