Module openj9.dtfj

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

      • DumpModuleExportsCommand

        public DumpModuleExportsCommand()