Uses of Interface
com.ibm.dtfj.image.ImageThread
Packages that use ImageThread
Package
Description
Classes to support reading system images.
Classes to support Java™ runtime instances.
-
Uses of ImageThread in com.ibm.dtfj.image
Methods in com.ibm.dtfj.image that return ImageThreadModifier and TypeMethodDescriptionImageProcess.getCurrentThread()
Find the thread which triggered the creation of the image -
Uses of ImageThread in com.ibm.dtfj.image.j9
Classes in com.ibm.dtfj.image.j9 that implement ImageThreadMethods in com.ibm.dtfj.image.j9 that return ImageThread -
Uses of ImageThread in com.ibm.dtfj.image.javacore
Classes in com.ibm.dtfj.image.javacore that implement ImageThreadMethods in com.ibm.dtfj.image.javacore that return ImageThread -
Uses of ImageThread in com.ibm.dtfj.java
Methods in com.ibm.dtfj.java that return ImageThreadModifier and TypeMethodDescriptionJavaThread.getImageThread()
Represents the joining point between the Java view of execution and the corresponding native view. -
Uses of ImageThread in com.ibm.dtfj.java.j9
Methods in com.ibm.dtfj.java.j9 that return ImageThreadModifier and TypeMethodDescriptionJavaThread.getImageThread()
JavaRuntime.nativeThreadForID
(long nativeID) Constructors in com.ibm.dtfj.java.j9 with parameters of type ImageThreadModifierConstructorDescriptionJavaThread
(JavaRuntime vm, ImagePointer nativeID, ImagePointer objectID, String state, ImageThread imageThread) -
Uses of ImageThread in com.ibm.dtfj.java.javacore
Methods in com.ibm.dtfj.java.javacore that return ImageThread -
Uses of ImageThread in com.ibm.dtfj.javacore.builder
Methods in com.ibm.dtfj.javacore.builder that return ImageThreadModifier and TypeMethodDescriptionIImageProcessBuilder.addImageThread
(long nativeThreadID, long systemThreadID, Properties properties) Adds a com.ibm.dtfj.image.ImageThread to the Image process being built.Methods in com.ibm.dtfj.javacore.builder with parameters of type ImageThreadModifier and TypeMethodDescriptionIImageProcessBuilder.addImageStackSection
(ImageThread thread, ImageSection section) Adds a stack section to an image threadIJavaRuntimeBuilder.addJavaThread
(ImageThread imageThread, String name, long tid, long j9thread_t, long javaObjID, long jniEnv, String state, int priority, long blockingObjectAddress, String blockingObjectClassName) Not available in a javacore: object ID and the java.lang.Thread class name associated with a thread. -
Uses of ImageThread in com.ibm.dtfj.javacore.builder.javacore
Methods in com.ibm.dtfj.javacore.builder.javacore that return ImageThreadModifier and TypeMethodDescriptionImageProcessBuilder.addImageThread
(long nativeThreadID, long systemThreadID, Properties properties) Methods in com.ibm.dtfj.javacore.builder.javacore with parameters of type ImageThreadModifier and TypeMethodDescriptionImageProcessBuilder.addImageStackSection
(ImageThread thread, ImageSection section) Add a stack section to an existing image threadJavaRuntimeBuilder.addJavaThread
(ImageThread imageThread, String name, long tid, long j9thread_t, long javaObjID, long jniEnv, String state, int priority, long blockingObject, String blockingObjectClass) If successfully added a JavaThread, or updated an existing JavaThread, return the javathread, or otherwise throw an exception. -
Uses of ImageThread in com.ibm.dtfj.phd
Classes in com.ibm.dtfj.phd that implement ImageThreadMethods in com.ibm.dtfj.phd that return ImageThreadModifier and TypeMethodDescriptionPHDCorruptJavaThread.getImageThread()
PHDJavaThread.getImageThread()
Constructors in com.ibm.dtfj.phd with parameters of type ImageThread -
Uses of ImageThread in com.ibm.j9ddr.view.dtfj.image
Classes in com.ibm.j9ddr.view.dtfj.image that implement ImageThreadModifier and TypeClassDescriptionclass
class
Adapter for IOSThread objects to make them implement ImageThreadclass
ImageThread used for when we can't find a matching thread in the image.Methods in com.ibm.j9ddr.view.dtfj.image that return ImageThreadModifier and TypeMethodDescriptionJ9DDRImageProcess.getCurrentThread()
This method returns the ImageThread that matches the TID stored in the J9RAS data structure, or case 1: if no J9RAS structure available return null case 2: if J9RAS structure available but no TID field (old JVMs, old jextract behaviour) - return the first thread, or null if no threads case 3: if J9RAS structure available with TID field but TID is zero (eg dump triggered outside JVM) - platform specific code if core readers have identified a current thread, else...Constructors in com.ibm.j9ddr.view.dtfj.image with parameters of type ImageThreadModifierConstructorDescriptionJ9DDRImageStackFrame
(IProcess process, IOSStackFrame frame, ImageThread parent) -
Uses of ImageThread in com.ibm.j9ddr.vm29.view.dtfj.java
Methods in com.ibm.j9ddr.vm29.view.dtfj.java that return ImageThread -
Uses of ImageThread in com.ibm.jvm.dtfjview.commands.infocommands
Methods in com.ibm.jvm.dtfjview.commands.infocommands with parameters of type ImageThread