Uses of Interface
org.openjdk.jmc.common.IMCOldObject
-
Packages that use IMCOldObject Package Description org.openjdk.jmc.common This package contains interfaces used in Mission Control to identify classes, methods, stack traces etc.org.openjdk.jmc.common.unit This package contains the data model for quantities and units.org.openjdk.jmc.common.util -
-
Uses of IMCOldObject in org.openjdk.jmc.common
Methods in org.openjdk.jmc.common that return IMCOldObject Modifier and Type Method Description IMCOldObject
IMCOldObject. getReferrer()
Returns the object that refers to this object in the heap reference chain. -
Uses of IMCOldObject in org.openjdk.jmc.common.unit
Fields in org.openjdk.jmc.common.unit with type parameters of type IMCOldObject Modifier and Type Field Description static ContentType<IMCOldObject>
UnitLookup. OLD_OBJECT
-
Uses of IMCOldObject in org.openjdk.jmc.common.util
Classes in org.openjdk.jmc.common.util that implement IMCOldObject Modifier and Type Class Description class
MCOldObject
Base implementation of theIMCOldObject
interface.Methods in org.openjdk.jmc.common.util that return IMCOldObject Modifier and Type Method Description IMCOldObject
MCOldObject. getReferrer()
Constructors in org.openjdk.jmc.common.util with parameters of type IMCOldObject Constructor Description MCOldObject(IQuantity address, IMCType type, String objectDescription, IMCOldObject referrer, String field, IQuantity fieldModifier, IQuantity arraySize, IQuantity arrayIndex)
Create a new old object instance.
-