Module openj9.dtfj

Class DumpModuleExportsCommand

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

public class DumpModuleExportsCommand extends Command
Dumpmoduleexports command displays all display all j9packages exported by the target module Example: !dumpmoduleexports 0x00000130550C7E88 Example output: !j9package 0x00000130550DB1A8 !j9package 0x00000130550DB1F8 !j9package 0x00000130550DB248 .....(A list of every package the module exports)
  • Constructor Details

    • DumpModuleExportsCommand

      public DumpModuleExportsCommand()
  • Method Details