Uses of Interface
com.ibm.dtfj.image.ImageAddressSpace
Package
Description
Classes to support reading system images.
-
Uses of ImageAddressSpace in com.ibm.dtfj.image
Modifier and TypeMethodDescriptionImagePointer.getAddressSpace()
Get the address space to which this pointer belongs. -
Uses of ImageAddressSpace in com.ibm.dtfj.image.j9
-
Uses of ImageAddressSpace in com.ibm.dtfj.image.j9.corrupt
-
Uses of ImageAddressSpace in com.ibm.dtfj.image.javacore
Modifier and TypeMethodDescriptionvoid
JCImage.addAddressSpace
(ImageAddressSpace imageAddressSpace) -
Uses of ImageAddressSpace in com.ibm.dtfj.java.j9
ModifierConstructorDescriptionJavaVMInitArgs
(ImageAddressSpace addressSpace, int version, boolean ignoreUnrecognized) -
Uses of ImageAddressSpace in com.ibm.dtfj.phd
ModifierConstructorDescriptionPHDCorruptImageThread
(ImageAddressSpace space, CorruptData cd) PHDImageStackFrame
(ImageAddressSpace space, ImageStackFrame meta) PHDImageThread
(ImageAddressSpace space, ImageThread meta) -
Uses of ImageAddressSpace in com.ibm.j9ddr.view.dtfj.image
-
Uses of ImageAddressSpace in com.ibm.java.diagnostics.utils
Modifier and TypeMethodDescriptionDTFJContext.getAddressSpace()
IDTFJContext.getAddressSpace()
The address space for this context.Modifier and TypeMethodDescriptionstatic IDTFJContext
ContextFactory.getContext
(int major, int minor, Image image, ImageAddressSpace space, ImageProcess process, JavaRuntime runtime) Create a DTFJ context.ModifierConstructorDescriptionDTFJContext
(int major, int minor, Image image, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt) EmptyDTFJContext
(int major, int minor, Image image, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt) -
Uses of ImageAddressSpace in com.ibm.jvm.dtfjview
Modifier and TypeMethodDescriptionJdmpviewContextManager.createContext
(Image image, int major, int minor, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt) Create a new context from DTFJ.ModifierConstructorDescriptionCombinedContext
(int major, int minor, Image image, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt, int id) -
Uses of ImageAddressSpace in com.ibm.jvm.dtfjview.commands.helpers
Modifier and TypeMethodDescriptionstatic ImageAddressSpace
Utils._extractAddressSpace
(Image loadedImage)