Uses of Class
com.ibm.oti.shared.SharedClassCacheInfo
-
Packages that use SharedClassCacheInfo 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 SharedClassCacheInfo in com.ibm.oti.shared
Methods in com.ibm.oti.shared that return types with arguments of type SharedClassCacheInfo Modifier and Type Method Description static List<SharedClassCacheInfo>
SharedClassUtilities. getSharedCacheInfo(String cacheDir, int flags, boolean useCommandLineValues)
Iterates through all shared class caches present in the given directory and returns their information in aList
.
-