Uses of Interface
com.ibm.dtfj.image.ImageSection
Package
Description
Classes to support Java™ runtime instances.
-
Uses of ImageSection in com.ibm.dtfj.image.j9
Modifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of ImageSection in com.ibm.dtfj.image.javacore
Modifier and TypeMethodDescriptionvoid
JCImageAddressSpace.addImageSection
(ImageSection imageSection) Not in DTFJvoid
JCImageThread.addImageStackSection
(ImageSection stackSection) NOT in DTFJ Add a stack section for this thread. -
Uses of ImageSection in com.ibm.dtfj.java
Modifier and TypeInterfaceDescriptioninterface
Represents a native memory range allocated by the Java Runtime. -
Uses of ImageSection in com.ibm.dtfj.javacore.builder
Modifier and TypeMethodDescriptionIImageAddressSpaceBuilder.addImageSection
(String name, long base, long size) Create a new image section with the given name, base address and size and add it to the list in the ImageAddressSpace.IImageProcessBuilder.addImageStackSection
(ImageThread thread, ImageSection section) Adds a stack section to an image threadModifier and TypeMethodDescriptionIImageProcessBuilder.addImageStackSection
(ImageThread thread, ImageSection section) Adds a stack section to an image thread -
Uses of ImageSection in com.ibm.dtfj.javacore.builder.javacore
Modifier and TypeMethodDescriptionImageAddressSpaceBuilder.addImageSection
(String name, long base, long size) ImageProcessBuilder.addImageStackSection
(ImageThread thread, ImageSection section) Add a stack section to an existing image threadModifier and TypeMethodDescriptionImageProcessBuilder.addImageStackSection
(ImageThread thread, ImageSection section) Add a stack section to an existing image thread -
Uses of ImageSection in com.ibm.dtfj.phd
Modifier and TypeMethodDescriptionPHDJavaMethod.getBytecodeSections()
PHDCorruptImageModule.getSections()
PHDImageModule.getSections()
PHDJavaObject.getSections()
PHDCorruptImageThread.getStackSections()
PHDCorruptJavaThread.getStackSections()
PHDImageThread.getStackSections()
PHDJavaThread.getStackSections()
-
Uses of ImageSection in com.ibm.j9ddr.view.dtfj.image
-
Uses of ImageSection in com.ibm.j9ddr.vm29.view.dtfj.java
Modifier and TypeClassDescriptionclass
JavaRuntimeMemorySection used for everything but J9MemTag sections.class
class
A JavaRuntimeMemorySection based on a J9MemTag malloced data chunk. -
Uses of ImageSection in com.ibm.jvm.dtfjview.commands.infocommands