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 org.openjdk.jmc.flightrecorder.internal.parser.v0.factories org.openjdk.jmc.flightrecorder.internal.parser.v1 org.openjdk.jmc.flightrecorder.jdk org.openjdk.jmc.flightrecorder.memleak -
-
Uses of IMCOldObject in org.openjdk.jmc.common
Methods in org.openjdk.jmc.common that return IMCOldObject Modifier and Type Method Description IMCOldObjectIMCOldObject. 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 classMCOldObjectBase implementation of theIMCOldObjectinterface.Fields in org.openjdk.jmc.common.util declared as IMCOldObject Modifier and Type Field Description private IMCOldObjectMCOldObject. referrerMethods in org.openjdk.jmc.common.util that return IMCOldObject Modifier and Type Method Description IMCOldObjectMCOldObject. getReferrer()Constructors in org.openjdk.jmc.common.util with parameters of type IMCOldObject Constructor Description MCOldObject(IQuantity address, IMCType type, java.lang.String objectDescription, IMCOldObject referrer, java.lang.String field, IQuantity fieldModifier, IQuantity arraySize, IQuantity arrayIndex)Create a new old object instance. -
Uses of IMCOldObject in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories that return IMCOldObject Modifier and Type Method Description IMCOldObjectOldObjectFactory. createObject(long identifier, java.lang.Object source)Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories that return types with arguments of type IMCOldObject Modifier and Type Method Description ContentType<IMCOldObject>OldObjectFactory. getContentType() -
Uses of IMCOldObject in org.openjdk.jmc.flightrecorder.internal.parser.v1
Classes in org.openjdk.jmc.flightrecorder.internal.parser.v1 that implement IMCOldObject Modifier and Type Class Description (package private) static classStructTypes.JfrOldObjectMethods in org.openjdk.jmc.flightrecorder.internal.parser.v1 that return IMCOldObject Modifier and Type Method Description IMCOldObjectStructTypes.JfrOldObject. getReferrer() -
Uses of IMCOldObject in org.openjdk.jmc.flightrecorder.jdk
Fields in org.openjdk.jmc.flightrecorder.jdk with type parameters of type IMCOldObject Modifier and Type Field Description static IAttribute<IMCOldObject>JdkAttributes. OBJECT -
Uses of IMCOldObject in org.openjdk.jmc.flightrecorder.memleak
Classes in org.openjdk.jmc.flightrecorder.memleak that implement IMCOldObject Modifier and Type Class Description classReferenceTreeObjectA data type representing alive objects in a Java heap used in aReferenceTreeModel.Fields in org.openjdk.jmc.flightrecorder.memleak declared as IMCOldObject Modifier and Type Field Description private IMCOldObjectReferenceTreeObject. objectMethods in org.openjdk.jmc.flightrecorder.memleak that return IMCOldObject Modifier and Type Method Description IMCOldObjectReferenceTreeObject. getReferrer()Method parameters in org.openjdk.jmc.flightrecorder.memleak with type arguments of type IMCOldObject Modifier and Type Method Description private voidReferenceTreeModel. add(IItem item, IMemberAccessor<IMCOldObject,IItem> objectAccessor, IMemberAccessor<IQuantity,IItem> allocationTimeAccessor, IMemberAccessor<IMCOldObjectGcRoot,IItem> gcRootAccessor, IType<IItem> type)Adds anIItemto the tree model as aReferenceTreeObjectConstructors in org.openjdk.jmc.flightrecorder.memleak with parameters of type IMCOldObject Constructor Description ReferenceTreeObject(IQuantity timestamp, IMCOldObject object)
-