Uses of Interface
com.ibm.oti.shared.SharedDataHelper
-
Packages that use SharedDataHelper Package Description com.ibm.oti.shared 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. -
-
Uses of SharedDataHelper in com.ibm.oti.shared
Methods in com.ibm.oti.shared that return SharedDataHelper Modifier and Type Method Description SharedDataHelper
SharedDataHelperFactory. getDataHelper(ClassLoader owner)
Return a SharedDataHelper for a given ClassLoader.
-