Module openj9.dtfj

Class J9ConstantPoolCommand

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

public class J9ConstantPoolCommand extends Command
  • Constructor Details

    • J9ConstantPoolCommand

      public J9ConstantPoolCommand()
  • Method Details

    • isSupported

      public static boolean isSupported()
    • 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.)