Module openj9.dtfj

Class DumpModuleReadsCommand

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

public class DumpModuleReadsCommand extends Command
DumpModuleReads command displays all modules that the target module reads Example: !dumpmodulereads 0x00000130550C7E88 Example output: !j9module 0x000001305F46DB38 !j9module 0x00000130550DBB58 !j9module 0x000001305F469EA8 .....(A list of every module read by the target module)
  • Constructor Details

    • DumpModuleReadsCommand

      public DumpModuleReadsCommand()
  • Method Details