Module openj9.dtfj

Class ITableSizeCommand

java.lang.Object
com.ibm.j9ddr.tools.ddrinteractive.Command
com.ibm.j9ddr.vm29.tools.ddrinteractive.commands.ITableSizeCommand
All Implemented Interfaces:
ICommand

public class ITableSizeCommand extends Command
  • 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. !j9x
      args - Arguments for command
      context - Context to work in
      out - PrintStream to write command output on
      Throws:
      DDRInteractiveCommandException - If there is any problem running the command (incorrect usage, CorruptData etc.)