Module openj9.dtfj

Class J9ModuleStructureFormatter

java.lang.Object
com.ibm.j9ddr.tools.ddrinteractive.BaseStructureFormatter
com.ibm.j9ddr.vm29.tools.ddrinteractive.structureformat.extensions.J9ModuleStructureFormatter
All Implemented Interfaces:
IStructureFormatter

public class J9ModuleStructureFormatter extends BaseStructureFormatter
Structure Formatter that adds a suffix to the command "!j9module $moduleAddress$" output Example output (suffix part): Module name: java.instrument To display all j9packages exported by a module, use !dumpmoduleexports 0x000001305F46DB38 To display all modules that the target module reads, use !dumpmodulereads 0x000001305F46DB38 To find all modules that read a module, use !findallreads 0x000001305F46DB38 To find all loaded classes in a module, use !dumpallclassesinmodule 0x000001305F46DB38
  • Constructor Details

    • J9ModuleStructureFormatter

      public J9ModuleStructureFormatter()