Uses of Class
com.ibm.jvm.dtfjview.heapdump.portable.ObjectRecord
-
Packages that use ObjectRecord Package Description com.ibm.jvm.dtfjview.heapdump.portable -
-
Uses of ObjectRecord in com.ibm.jvm.dtfjview.heapdump.portable
Subclasses of ObjectRecord in com.ibm.jvm.dtfjview.heapdump.portable Modifier and Type Class Description class
LongObjectRecord
class
MediumObjectRecord
class
ObjectArrayRecord
Record representing an object array.class
ShortObjectRecord
Methods in com.ibm.jvm.dtfjview.heapdump.portable that return ObjectRecord Modifier and Type Method Description static ObjectRecord
ObjectRecord. getObjectRecord(long address, long previousAddress, long classAddress, int hashCode, ReferenceIterator references, PortableHeapDumpClassCache cache, boolean is64Bit, boolean is32BitHash)
Static factory method to pick the appropriate factory method
-