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.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 | Method and Description |
---|---|
IMCOldObject |
MCOldObject.getReferrer() |
Constructor and Description |
---|
MCOldObject(IQuantity address,
IMCType type,
String objectDescription,
IMCOldObject referrer,
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,
Object source) |
Modifier and Type | Method and Description |
---|---|
ContentType<IMCOldObject> |
OldObjectFactory.getContentType() |
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 | Method and Description |
---|---|
IMCOldObject |
ReferenceTreeObject.getReferrer() |
Copyright © 2020. All rights reserved.