Module openj9.dtfj

Class ShowDumpAgentsCommand

  • All Implemented Interfaces:
    ICommand

    public class ShowDumpAgentsCommand
    extends Command
    • Constructor Detail

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