Module openj9.dtfj

Class 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 Detail

      • DumpModuleReadsCommand

        public DumpModuleReadsCommand()