Uses of Class
com.ibm.j9ddr.tools.ddrinteractive.DDRInteractiveCommandException
-
-
Uses of DDRInteractiveCommandException in com.ibm.j9ddr.tools.ddrinteractive
Methods in com.ibm.j9ddr.tools.ddrinteractive that throw DDRInteractiveCommandException Modifier and Type Method Description static longCommandUtils. followPointerFromStructure(Context context, String structureName, long structureAddress, String fieldName)static BigIntegerCommandUtils. parseNumber(String number)This method parses given number into a BigIntegerstatic longCommandUtils. parsePointer(String input, boolean is64bit)This method parses the given address string and return the address value in type long.voidICommand. run(String command, String[] args, Context context, PrintStream out)Executes the command -
Uses of DDRInteractiveCommandException in com.ibm.j9ddr.tools.ddrinteractive.commands
Methods in com.ibm.j9ddr.tools.ddrinteractive.commands that throw DDRInteractiveCommandException Modifier and Type Method Description protected voidSnapBaseCommand. extractTraceData(Context context, PrintStream out)Used by subclasses to actually walk the trace data in the core.voidSnapFormatCommand. run(String command, String[] args, Context context, PrintStream out)Options should be: -f outputFile -t vmthread -d .dat file path -
Uses of DDRInteractiveCommandException in com.ibm.j9ddr.tools.ddrinteractive.plugins
Methods in com.ibm.j9ddr.tools.ddrinteractive.plugins that throw DDRInteractiveCommandException Modifier and Type Method Description voidDDRInteractiveClassLoader. loadPlugins()Scans the plugins classpath and loads any DTFJPlugins foundICommandPluginConfig. newInstance()Constructors in com.ibm.j9ddr.tools.ddrinteractive.plugins that throw DDRInteractiveCommandException Constructor Description DDRInteractiveClassLoader(IVMData vmdata)DDRInteractiveClassLoader(IVMData vmdata, ClassLoader loader) -
Uses of DDRInteractiveCommandException in com.ibm.j9ddr.vm29.tools.ddrinteractive.commands
Methods in com.ibm.j9ddr.vm29.tools.ddrinteractive.commands that throw DDRInteractiveCommandException Modifier and Type Method Description static com.ibm.j9ddr.vm29.pointer.generated.J9ClassPointer[]J9ClassShapeCommand. findClassByName(com.ibm.j9ddr.vm29.pointer.generated.J9JavaVMPointer vm, String searchClassName)protected voidMarkMapCommand. findSource(String[] args, Context context, PrintStream out)protected voidMarkMapCommand. fromBits(String[] args, Context context, PrintStream out)protected voidMarkMapCommand. isMarked(String[] args, Context context, PrintStream out)protected voidMarkMapCommand. markBits(String[] args, Context context, PrintStream out)protected voidMarkMapCommand. near(String[] args, Context context, PrintStream out)voidBuildFlagsCommand. run(String command, String[] args, Context context, PrintStream out)Run method for !voidCoreInfoCommand. run(String command, String[] args, Context context, PrintStream out)Run method for !voidDumpAllClassloadersCommand. run(String command, String[] args, Context context, PrintStream out)Run method for !voidFindPatternCommand. run(String command, String[] args, Context context, PrintStream out)Run method for !voidFlatObjectCommand. run(String command, String[] args, Context context, PrintStream out)The method runs the flatobject command.voidMonitorsCommand. run(String command, String[] args, Context context, PrintStream out)voidRuntimeSettingsCommand. run(String command, String[] args, Context context, PrintStream out)Run method for !voidSetVMCommand. run(String command, String[] args, Context context, PrintStream out)Runs the !voidStackmapCommand. run(String command, String[] args, Context context, PrintStream out)Java representation of j9dbgext.c#dbgext_stackmap function.voidVMConstantPoolCommand. run(String command, String[] args, Context context, PrintStream out)Run method for !voidWalkInternTableCommand. run(String command, String[] args, Context context, PrintStream out)This method is used to run !voidWalkJ9PoolCommand. run(String command, String[] args, Context context, PrintStream out)Run method for !protected voidMarkMapCommand. scanRange(String[] args, Context context, PrintStream out)protected voidMarkMapCommand. setMarkMap(String[] args, Context context, PrintStream out)protected voidMarkMapCommand. showMarkMap(String[] args, Context context, PrintStream out) -
Uses of DDRInteractiveCommandException in com.ibm.j9ddr.vm29.tools.ddrinteractive.monitors
Methods in com.ibm.j9ddr.vm29.tools.ddrinteractive.monitors that throw DDRInteractiveCommandException Modifier and Type Method Description static voidDeadlockDetector. findDeadlocks(PrintStream out)
-