Interface IVMData
- All Known Implementing Classes:
 MissingVMData, VMData
public interface IVMData
- 
Method Summary
Modifier and TypeMethodDescriptionvoidBootstraps into a class by absolute classnamevoidbootstrapRelative(String relativeClassname, Object... userData) Bootstraps into a class by classname relative to the versioned package (e.g. com.ibm.j9ddr.vm23)Returns the J9DDR classloader associated with this VMThe version of the VM 
- 
Method Details
- 
bootstrap
Bootstraps into a class by absolute classname- Throws:
 ClassNotFoundException
 - 
bootstrapRelative
Bootstraps into a class by classname relative to the versioned package (e.g. com.ibm.j9ddr.vm23)- Throws:
 ClassNotFoundException
 - 
getStructures
Collection<StructureReader.StructureDescriptor> getStructures() - 
getClassLoader
J9DDRClassLoader getClassLoader()Returns the J9DDR classloader associated with this VM - 
getVersion
 
 -