This specification is not final and is subject to change. Use is subject to license terms.
Module openj9.sharedclasses
module openj9.sharedclasses
Defines the shared class cache API. Used to add shared class caching to a ClassLoader implementation.
Obtain information about the current shared class cache, available shared class caches, or destroy caches.
The OpenJ9 shared classes API, a persistent share which can contain classes, precompiled code (AOT),
JIT data, and other data used to improve start up performance and reduce memory footprint.