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 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.Fields in org.openjdk.jmc.common.util declared as IMCOldObject Modifier and Type Field Description private IMCOldObject
MCOldObject. referrer
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, 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 IMCOldObject
OldObjectFactory. 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 class
StructTypes.JfrOldObject
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v1 that return IMCOldObject Modifier and Type Method Description IMCOldObject
StructTypes.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 class
ReferenceTreeObject
A 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 IMCOldObject
ReferenceTreeObject. object
Methods in org.openjdk.jmc.flightrecorder.memleak that return IMCOldObject Modifier and Type Method Description IMCOldObject
ReferenceTreeObject. getReferrer()
Method parameters in org.openjdk.jmc.flightrecorder.memleak with type arguments of type IMCOldObject Modifier and Type Method Description private void
ReferenceTreeModel. add(IItem item, IMemberAccessor<IMCOldObject,IItem> objectAccessor, IMemberAccessor<IQuantity,IItem> allocationTimeAccessor, IMemberAccessor<IMCOldObjectGcRoot,IItem> gcRootAccessor, IType<IItem> type)
Adds anIItem
to the tree model as aReferenceTreeObject
Constructors in org.openjdk.jmc.flightrecorder.memleak with parameters of type IMCOldObject Constructor Description ReferenceTreeObject(IQuantity timestamp, IMCOldObject object)
-