Uses of Class
com.ibm.dtfj.java.j9.JavaRuntime
-
Uses of JavaRuntime in com.ibm.dtfj.image.j9
-
Uses of JavaRuntime in com.ibm.dtfj.java.j9
Modifier and TypeFieldDescriptionprotected JavaRuntime
JavaAbstractClass._javaVM
protected JavaRuntime
JavaField._javaVM
Modifier and TypeMethodDescriptionstatic JavaObject
JavaObject.createJavaObject
(JavaRuntime vm, ImagePointer address) Deprecated.static JavaObject
JavaObject.createJavaObject
(JavaRuntime vm, ImagePointer address, JavaHeap containingHeap, JavaHeapRegion containingRegion) Deprecated.UseJavaRuntime#getObjectInHeapRegion(ImagePointer,JavaHeap,JavaHeapRegion)
insteadModifierConstructorDescriptionprotected
JavaAbstractClass
(JavaRuntime vm, ImagePointer id, int modifiers, long loaderID, ImagePointer objectID, int flagOffset, int hashcodeSlot) JavaArrayClass
(JavaRuntime runtime, ImagePointer pointer, int modifiers, int flagOffset, int sizeOffset, int bytesForSize, int firstElementOffset, long leafClassID, int dimension, long loaderID, ImagePointer objectID, int hashcodeSlot) JavaClass
(JavaRuntime vm, ImagePointer classPointer, long superClassID, String name, int instanceSize, long classLoaderID, int modifiers, int flagOffset, String fileName, ImagePointer objectID, int hashcodeSlot) JavaClassLoader
(JavaRuntime runtime, ImagePointer id, ImagePointer obj) protected
JavaField
(JavaRuntime vm, String name, String signature, int modifiers, long declaringClassID) JavaHeap
(JavaRuntime vm, String name, ImagePointer id, ImagePointer start, long size, int arrayletIdOffset, int arrayletIdWidth, long arrayletIdMask, long arrayletIdResult, int fobjectSize, int fobjectPointerScale, long fobjectPointerDisplacement, int classOffset, int classSize, long classAlignment, boolean isSWH) JavaHeapRegion
(JavaRuntime javaVM, String name, ImagePointer id, int objectAlignment, int minimumObjectSize, long arrayletLeafSize, JavaHeap parentHeap, ImagePointer heapSectionBase, long heapSectionSize) JavaInstanceField
(JavaRuntime vm, String name, String signature, int modifiers, int offset, long classID) JavaMonitor
(JavaRuntime runtime, ImagePointer pointer, String name, ImagePointer encompassingObjectAddress, long owningThread) JavaReference
(JavaRuntime javaVM, Object source, long address, String description, int referencetype, int roottype, int reachability) ConstructorJavaReference
(JavaRuntime javaVM, Object source, Object target, String description, int referencetype, int roottype, int reachability) ConstructorJavaStackFrame
(JavaRuntime javaVM, ImagePointer basePointer, ImagePointer methodID, ImagePointer pc, int lineNumber) JavaStackFrame
(JavaRuntime javaVM, ImagePointer basePointer, JavaMethod method, ImagePointer pc, int lineNumber) JavaStaticField
(JavaRuntime runtime, String name, String sig, int modifiers, String value, long declaringClassID) JavaThread
(JavaRuntime vm, ImagePointer nativeID, ImagePointer objectID, String state, ImageThread imageThread) -
Uses of JavaRuntime in com.ibm.jvm.j9.dump.indexsupport
ModifierConstructorDescriptionNodeArrayClass
(JavaRuntime runtime, Attributes attributes) NodeClassInVM
(JavaRuntime runtime, Attributes attributes) NodeClassLoader
(JavaRuntime runtime, Attributes attributes) NodeHeap
(JavaRuntime runtime, Attributes attributes) NodeJavaVMInitArgs
(JavaRuntime runtime, Attributes attributes) NodeMonitor
(JavaRuntime runtime, Attributes attributes) NodeProperty
(JavaRuntime runtime, Attributes attributes) NodeRoot
(JavaRuntime runtime, Attributes attributes) NodeRootClass
(JavaRuntime runtime, Attributes attributes) NodeRootObject
(JavaRuntime runtime, Attributes attributes) NodeSystemProperties
(JavaRuntime runtime, Attributes attributes) NodeTrace
(JavaRuntime runtime, Attributes attributes) NodeVMThread
(JavaRuntime runtime, Attributes attributes)
getObjectAtAddress(ImagePointer)
instead