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)
-
-
Nested Class Summary
-
Nested classes/interfaces declared in class com.ibm.j9ddr.tools.ddrinteractive.Command
Command.CommandDescription
-
-
Constructor Summary
Constructors Constructor Description DumpModuleReadsCommand()
-
Method Summary
-
Methods declared in class com.ibm.j9ddr.tools.ddrinteractive.Command
addCommand, addSubCommand, dbgFindPatternInRange, printDetailedHelp
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.j9ddr.tools.ddrinteractive.ICommand
getCommandDescriptions, getCommandNames, recognises, run
-
-