| 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 |
| 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.
|
Copyright © 2019. All rights reserved.