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 voidJCImageProcess. 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 classJavaRuntime -
Uses of JavaRuntime in com.ibm.dtfj.java.javacore
Classes in com.ibm.dtfj.java.javacore that implement JavaRuntime Modifier and Type Class Description classJCJavaRuntimeA 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 longDTFJJavaRuntimeHelper. 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 classDTFJJavaRuntimeConstructors 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 JavaRuntimeIDTFJContext. 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 IDTFJContextContextFactory. 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 ICombinedContextJdmpviewContextManager. 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 JavaRuntimeThreadData. getRuntime()Methods in com.ibm.jvm.dtfjview.commands.helpers with parameters of type JavaRuntime Modifier and Type Method Description static JavaClassUtils. getClassGivenAddress(long address, JavaRuntime jr)static JavaClass[]Utils. getClassGivenName(String className, JavaRuntime jr, PrintStream out)static JavaThreadUtils. getParkBlockerOwner(JavaObject blocker, JavaRuntime r)static JavaObjectUtils. getParkBlockerOwnerObject(JavaObject blocker, JavaRuntime r)static StringUtils. getThreadNameFromObject(JavaObject lockOwnerObj, JavaRuntime rt, PrintStream out)static voidClassOutput. 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)
-