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.
 
 
- 
interface 
The SharedClassHelper superinterface defines functions that are common
 to all class helpers.
 
interface 
SharedClassHelper API that stores and finds classes using String tokens.
 
interface 
SharedClassHelper API that stores and finds classes by using URL classpaths.
 
interface 
SharedClassHelper API that stores and finds classes by using URL paths.
 
interface 
SharedDataHelper API that stores and finds byte data using String tokens.
 
 
class 
SharedAbstractHelper provides common functions and data to helper subclasses.
 
class 
SharedClassAbstractHelper provides common functions and data to class helper subclasses.