Module openj9.dtfj

Class ShowDumpAgentsCommand

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

public class ShowDumpAgentsCommand extends Command
  • Constructor Details

    • ShowDumpAgentsCommand

      public ShowDumpAgentsCommand()
      This command prints out the dump agents. It's run method is basically a C to Java port of the showDumpAgents function found in rasdump/dmpsup.c:showDumpAgents. Other code has been added just to support mapping constants to strings. It is the equivalent of running -Xdump:what however it will also include settings configured after startup via JVMTI that -Xdump:what would miss.
  • Method Details