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.
Report a bug or suggest an enhancement For further API reference and developer documentation see the Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Other versions. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Copyright © 1993, 2025, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA. All rights reserved. Use is subject to license terms and the documentation redistribution policy .