java.lang.Object
com.ibm.j9ddr.tools.ddrinteractive.MissingVMData
- All Implemented Interfaces:
IVMData
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
MissingVMData
public MissingVMData()
-
-
Method Details
-
bootstrap
Description copied from interface:IVMDataBootstraps into a class by absolute classname- Specified by:
bootstrapin interfaceIVMData- Throws:
ClassNotFoundException
-
bootstrapRelative
public void bootstrapRelative(String relativeClassname, Object... userData) throws ClassNotFoundException Description copied from interface:IVMDataBootstraps into a class by classname relative to the versioned package (e.g. com.ibm.j9ddr.vm23)- Specified by:
bootstrapRelativein interfaceIVMData- Throws:
ClassNotFoundException
-
getStructures
- Specified by:
getStructuresin interfaceIVMData
-
getClassLoader
Description copied from interface:IVMDataReturns the J9DDR classloader associated with this VM- Specified by:
getClassLoaderin interfaceIVMData
-
getVersion
Description copied from interface:IVMDataThe version of the VM- Specified by:
getVersionin interfaceIVMData- Returns:
- string representation of the VM version
-