Uses of Interface
com.ibm.dtfj.java.JavaRuntime
Packages that use JavaRuntime
Package
Description
-
Uses of JavaRuntime in com.ibm.dtfj.image.javacore
Methods in com.ibm.dtfj.image.javacore with parameters of type JavaRuntimeModifier and TypeMethodDescriptionvoid
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 -
Uses of JavaRuntime in com.ibm.dtfj.java.javacore
Classes in com.ibm.dtfj.java.javacore that implement JavaRuntimeModifier and TypeClassDescriptionclass
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 JavaRuntimeModifier and TypeMethodDescriptionstatic 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 JavaRuntimeConstructors in com.ibm.j9ddr.vm29.view.dtfj.java with parameters of type JavaRuntimeModifierConstructorDescriptionDTFJJavaRuntimeMemoryCategory
(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 JavaRuntimeModifier and TypeMethodDescriptionDTFJContext.getRuntime()
IDTFJContext.getRuntime()
The Java runtime for this context.Methods in com.ibm.java.diagnostics.utils with parameters of type JavaRuntimeModifier and TypeMethodDescriptionstatic 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 JavaRuntimeModifierConstructorDescriptionDTFJContext
(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 JavaRuntimeModifier and TypeMethodDescriptionJdmpviewContextManager.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 JavaRuntimeModifierConstructorDescriptionCombinedContext
(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 JavaRuntimeMethods in com.ibm.jvm.dtfjview.commands.helpers with parameters of type JavaRuntimeModifier and TypeMethodDescriptionstatic 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 JavaRuntimeModifierConstructorDescriptionJUCMonitorNode
(JavaObject jucLock, JavaRuntime rt) ThreadData
(JavaThread _jt, JavaRuntime _jr)