Package | Description |
---|---|
org.openjdk.jmc.common.unit |
This package contains the data model for quantities and units.
|
org.openjdk.jmc.flightrecorder.internal.parser.v1 | |
org.openjdk.jmc.flightrecorder.jdk | |
org.openjdk.jmc.flightrecorder.memleak |
Modifier and Type | Field and Description |
---|---|
static ContentType<IMCOldObjectGcRoot> |
UnitLookup.OLD_OBJECT_GC_ROOT |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
StructTypes.JfrOldObjectGcRoot |
Modifier and Type | Field and Description |
---|---|
static IAttribute<IMCOldObjectGcRoot> |
JdkAttributes.GC_ROOT |
Modifier and Type | Method and Description |
---|---|
(package private) void |
ReferenceTreeObject.addRoot(IMCOldObjectGcRoot root) |
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 |