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 |
Modifier and Type | Method and Description |
---|---|
IMCOldObject |
IMCOldObject.getReferrer()
Returns the object that refers to this object in the heap reference chain.
|
Modifier and Type | Field and Description |
---|---|
static ContentType<IMCOldObject> |
UnitLookup.OLD_OBJECT |
Modifier and Type | Class and Description |
---|---|
class |
MCOldObject
Base implementation of the
IMCOldObject interface. |
Modifier and Type | Field and Description |
---|---|
private IMCOldObject |
MCOldObject.referrer |
Modifier and Type | Method and Description |
---|---|
IMCOldObject |
MCOldObject.getReferrer() |
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
IMCOldObject |
OldObjectFactory.createObject(long identifier,
java.lang.Object source) |
Modifier and Type | Method and Description |
---|---|
ContentType<IMCOldObject> |
OldObjectFactory.getContentType() |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
StructTypes.JfrOldObject |
Modifier and Type | Method and Description |
---|---|
IMCOldObject |
StructTypes.JfrOldObject.getReferrer() |
Modifier and Type | Field and Description |
---|---|
static IAttribute<IMCOldObject> |
JdkAttributes.OBJECT |
Modifier and Type | Class and Description |
---|---|
class |
ReferenceTreeObject
A data type representing alive objects in a Java heap used in a
ReferenceTreeModel . |
Modifier and Type | Field and Description |
---|---|
private IMCOldObject |
ReferenceTreeObject.object |
Modifier and Type | Method and Description |
---|---|
IMCOldObject |
ReferenceTreeObject.getReferrer() |
Modifier and Type | Method and Description |
---|---|
private void |
ReferenceTreeModel.add(IItem item,
IMemberAccessor<IMCOldObject,IItem> objectAccessor,
IMemberAccessor<IQuantity,IItem> allocationTimeAccessor,
IMemberAccessor<IMCOldObjectGcRoot,IItem> gcRootAccessor,
IType<IItem> type)
Adds an
IItem to the tree model as a ReferenceTreeObject |
Constructor and Description |
---|
ReferenceTreeObject(IQuantity timestamp,
IMCOldObject object) |