Class ITableSizeCommand
java.lang.Object
com.ibm.j9ddr.tools.ddrinteractive.Command
com.ibm.j9ddr.vm29.tools.ddrinteractive.commands.ITableSizeCommand
-
Nested Class Summary
Nested classes/interfaces declared in class com.ibm.j9ddr.tools.ddrinteractive.Command
Command.CommandDescription
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
iTableChainSize
(com.ibm.j9ddr.vm29.pointer.generated.J9ITablePointer startTable, com.ibm.j9ddr.vm29.pointer.generated.J9ITablePointer superTable) long
iTableExtendedSize
(com.ibm.j9ddr.vm29.pointer.generated.J9ITablePointer startTable, com.ibm.j9ddr.vm29.pointer.generated.J9ITablePointer superTable) void
run
(String command, String[] args, Context context, PrintStream out) Executes the commandMethods declared in class com.ibm.j9ddr.tools.ddrinteractive.Command
addCommand, addSubCommand, dbgFindPatternInRange, getCommandDescriptions, getCommandNames, printDetailedHelp, recognises
-
Constructor Details
-
ITableSizeCommand
public ITableSizeCommand()
-
-
Method Details
-
iTableChainSize
public long iTableChainSize(com.ibm.j9ddr.vm29.pointer.generated.J9ITablePointer startTable, com.ibm.j9ddr.vm29.pointer.generated.J9ITablePointer superTable) throws CorruptDataException - Throws:
CorruptDataException
-
iTableExtendedSize
public long iTableExtendedSize(com.ibm.j9ddr.vm29.pointer.generated.J9ITablePointer startTable, com.ibm.j9ddr.vm29.pointer.generated.J9ITablePointer superTable) throws CorruptDataException - Throws:
CorruptDataException
-
run
public void run(String command, String[] args, Context context, PrintStream out) throws DDRInteractiveCommandException Description copied from interface:ICommand
Executes the command- Parameters:
command
- Command string e.g. !j9xargs
- Arguments for commandcontext
- Context to work inout
- PrintStream to write command output on- Throws:
DDRInteractiveCommandException
- If there is any problem running the command (incorrect usage, CorruptData etc.)
-