Module openj9.dtfj

Class RamClassSummaryCommand

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

public class RamClassSummaryCommand extends Command
  • Constructor Details

    • RamClassSummaryCommand

      public RamClassSummaryCommand()
  • Method Details

    • 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.)
    • getNumberOfClasses

      public long getNumberOfClasses()