Uses of Interface
com.ibm.oti.shared.SharedClassURLClasspathHelper.IndexHolder
-
Packages that use SharedClassURLClasspathHelper.IndexHolder 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 SharedClassURLClasspathHelper.IndexHolder in com.ibm.oti.shared
Methods in com.ibm.oti.shared with parameters of type SharedClassURLClasspathHelper.IndexHolder Modifier and Type Method Description byte[]
SharedClassURLClasspathHelper. findSharedClass(String className, SharedClassURLClasspathHelper.IndexHolder indexFoundAt)
Finds a class in the shared cache by using the class name given (implicitly using the caller's classpath).byte[]
SharedClassURLClasspathHelper. findSharedClass(String partition, String className, SharedClassURLClasspathHelper.IndexHolder indexFoundAt)
Finds a class in the shared cache by using the class name and partition given (implicitly using the caller's classpath).
-