Class MissingVMData
java.lang.Object
com.ibm.j9ddr.tools.ddrinteractive.MissingVMData
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Bootstraps into a class by absolute classnamevoid
bootstrapRelative
(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:IVMData
Bootstraps into a class by absolute classname- Specified by:
bootstrap
in interfaceIVMData
- Throws:
ClassNotFoundException
-
bootstrapRelative
public void bootstrapRelative(String relativeClassname, Object... userData) throws ClassNotFoundException Description copied from interface:IVMData
Bootstraps into a class by classname relative to the versioned package (e.g. com.ibm.j9ddr.vm23)- Specified by:
bootstrapRelative
in interfaceIVMData
- Throws:
ClassNotFoundException
-
getStructures
- Specified by:
getStructures
in interfaceIVMData
-
getClassLoader
Description copied from interface:IVMData
Returns the J9DDR classloader associated with this VM- Specified by:
getClassLoader
in interfaceIVMData
-
getVersion
Description copied from interface:IVMData
The version of the VM- Specified by:
getVersion
in interfaceIVMData
- Returns:
- string representation of the VM version
-