Uses of Interface
com.ibm.dtfj.java.JavaRuntime
-
-
Uses of JavaRuntime in com.ibm.dtfj.image.javacore
Methods in com.ibm.dtfj.image.javacore with parameters of type JavaRuntime Modifier and Type Method Description void
JCImageProcess. addRuntime(JavaRuntime javaRuntime)
NON-DTFJ -
Uses of JavaRuntime in com.ibm.dtfj.java.j9
Classes in com.ibm.dtfj.java.j9 that implement JavaRuntime Modifier and Type Class Description class
JavaRuntime
-
Uses of JavaRuntime in com.ibm.dtfj.java.javacore
Classes in com.ibm.dtfj.java.javacore that implement JavaRuntime Modifier and Type Class Description class
JCJavaRuntime
A javacore-based implementation of JavaRuntime. -
Uses of JavaRuntime in com.ibm.j9ddr.view.dtfj.java.helper
Methods in com.ibm.j9ddr.view.dtfj.java.helper with parameters of type JavaRuntime Modifier and Type Method Description static long
DTFJJavaRuntimeHelper. getTotalHeapSize(JavaRuntime runtime, IProcess process)
-
Uses of JavaRuntime in com.ibm.j9ddr.vm29.view.dtfj.java
Classes in com.ibm.j9ddr.vm29.view.dtfj.java that implement JavaRuntime Modifier and Type Class Description class
DTFJJavaRuntime
Constructors in com.ibm.j9ddr.vm29.view.dtfj.java with parameters of type JavaRuntime Constructor Description DTFJJavaRuntimeMemoryCategory(JavaRuntime runtime, com.ibm.j9ddr.vm29.pointer.generated.OMRMemCategoryPointer category)
DTFJMemoryTagRuntimeMemorySection(JavaRuntime runtime, com.ibm.j9ddr.vm29.pointer.generated.J9MemTagPointer memoryTag)
-
Uses of JavaRuntime in com.ibm.java.diagnostics.utils
Methods in com.ibm.java.diagnostics.utils that return JavaRuntime Modifier and Type Method Description JavaRuntime
IDTFJContext. getRuntime()
The Java runtime for this context.Methods in com.ibm.java.diagnostics.utils with parameters of type JavaRuntime Modifier and Type Method Description static IDTFJContext
ContextFactory. getContext(int major, int minor, Image image, ImageAddressSpace space, ImageProcess process, JavaRuntime runtime)
Create a DTFJ context.Constructors in com.ibm.java.diagnostics.utils with parameters of type JavaRuntime Constructor Description DTFJContext(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 JavaRuntime in com.ibm.jvm.dtfjview
Methods in com.ibm.jvm.dtfjview with parameters of type JavaRuntime Modifier and Type Method Description ICombinedContext
JdmpviewContextManager. createContext(Image image, int major, int minor, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt)
Create a new context from DTFJ.Constructors in com.ibm.jvm.dtfjview with parameters of type JavaRuntime Constructor Description CombinedContext(int major, int minor, Image image, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt, int id)
-
Uses of JavaRuntime in com.ibm.jvm.dtfjview.commands.helpers
Methods in com.ibm.jvm.dtfjview.commands.helpers that return JavaRuntime Modifier and Type Method Description JavaRuntime
ThreadData. getRuntime()
Methods in com.ibm.jvm.dtfjview.commands.helpers with parameters of type JavaRuntime Modifier and Type Method Description static JavaClass
Utils. getClassGivenAddress(long address, JavaRuntime jr)
static JavaClass[]
Utils. getClassGivenName(String className, JavaRuntime jr, PrintStream out)
static JavaThread
Utils. getParkBlockerOwner(JavaObject blocker, JavaRuntime r)
static JavaObject
Utils. getParkBlockerOwnerObject(JavaObject blocker, JavaRuntime r)
static String
Utils. getThreadNameFromObject(JavaObject lockOwnerObj, JavaRuntime rt, PrintStream out)
static void
ClassOutput. printFields(JavaObject jo, JavaClass jc, JavaRuntime jr, PrintStream out)
Constructors in com.ibm.jvm.dtfjview.commands.helpers with parameters of type JavaRuntime Constructor Description JUCMonitorNode(JavaObject jucLock, JavaRuntime rt)
ThreadData(JavaThread _jt, JavaRuntime _jr)
-