Uses of Class
com.ibm.dtfj.java.j9.JavaHeap
- 
Packages that use JavaHeap Package Description com.ibm.dtfj.java.j9  - 
- 
Uses of JavaHeap in com.ibm.dtfj.java.j9
Methods in com.ibm.dtfj.java.j9 with parameters of type JavaHeap Modifier and Type Method Description voidJavaRuntime. addHeap(JavaHeap heap)static JavaObjectJavaObject. createJavaObject(JavaRuntime vm, ImagePointer address, JavaHeap containingHeap, JavaHeapRegion containingRegion)Deprecated.UseJavaRuntime#getObjectInHeapRegion(ImagePointer,JavaHeap,JavaHeapRegion)insteadConstructors in com.ibm.dtfj.java.j9 with parameters of type JavaHeap Constructor Description JavaHeapRegion(JavaRuntime javaVM, String name, ImagePointer id, int objectAlignment, int minimumObjectSize, long arrayletLeafSize, JavaHeap parentHeap, ImagePointer heapSectionBase, long heapSectionSize) 
 -