- All Superinterfaces:
ICore
- All Known Implementing Classes:
AIXDumpReader
,ELFAArch64DumpReader
,ELFAMD64DumpReader
,ELFARM32DumpReader
,ELFDumpReader
,ELFIA32DumpReader
,ELFPPC32DumpReader
,ELFPPC64DumpReader
,ELFRISCV64DumpReader
,ELFS39031DumpReader
,ELFS39064DumpReader
,MachoDumpReader
A core file that is dependent on shared libraries
to complete its address space.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The system property which contains the full path to the executable.Fields declared in interface com.ibm.j9ddr.corereaders.ICore
CORE_CREATE_TIME_PROPERTY, PROCESSOR_COUNT_PROPERTY, PROCESSOR_SUBTYPE_PROPERTY, PROCESSOR_TYPE_PROPERTY, SYSTEM_SUBTYPE_PROPERTY, SYSTEM_TYPE_PROPERTY
-
Method Summary
Modifier and TypeMethodDescriptionvoid
executablePathHint
(String path) Give the core reader a hint to the location of the executable.Methods declared in interface com.ibm.j9ddr.corereaders.ICore
close, getAddressSpaces, getDumpFormat, getPlatform, getProperties, isTruncated
-
Field Details
-
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
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
-
-