Uses of Interface
com.ibm.oti.shared.SharedDataHelperFactory
-
Packages that use SharedDataHelperFactory 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 SharedDataHelperFactory in com.ibm.oti.shared
Methods in com.ibm.oti.shared that return SharedDataHelperFactory Modifier and Type Method Description static SharedDataHelperFactory
Shared. getSharedDataHelperFactory()
If sharing is enabled, returns a SharedDataHelperFactory, otherwise returns null.
-