Module openj9.dtfj

Interface ILibraryDependentCore

All Superinterfaces:
ICore
All Known Implementing Classes:
AIXDumpReader, ELFAArch64DumpReader, ELFAMD64DumpReader, ELFARM32DumpReader, ELFDumpReader, ELFIA32DumpReader, ELFPPC32DumpReader, ELFPPC64DumpReader, ELFRISCV64DumpReader, ELFS39031DumpReader, ELFS39064DumpReader, MachoDumpReader

public interface ILibraryDependentCore extends ICore
A core file that is dependent on shared libraries to complete its address space.
  • Field Details

    • SYSTEM_PROP_EXE_PATH

      static final String SYSTEM_PROP_EXE_PATH
      The system property which contains the full path to the executable. This can be set on the command line when it is not possible for the reader to deduce where the exe is due to truncated core file entries.
      See Also:
  • Method Details

    • executablePathHint

      void executablePathHint(String path)
      Give the core reader a hint to the location of the executable. If it hasn't already found and loaded the libraries, may attempt to do so.
      Parameters:
      path -