Package | Description |
---|---|
org.eclipse.mat.inspections.collectionextract | |
org.eclipse.mat.parser.internal |
Implementations for building the snapshot (not API).
|
org.eclipse.mat.parser.model |
The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot.
|
org.eclipse.mat.snapshot |
The Snapshot API, a VM independent way of looking at a snapshot of the state of objects in a heap.
|
org.eclipse.mat.snapshot.model |
Snapshot entities, for example class, instances, class loaders, fields, GC roots.
|
Modifier and Type | Method and Description |
---|---|
GCRootInfo[] |
IMapExtractor.EntryObject.getGCRootInfo() |
GCRootInfo[] |
AbstractExtractedCollection.getGCRootInfo() |
Modifier and Type | Method and Description |
---|---|
GCRootInfo[] |
SnapshotImpl.getGCRootInfo(int objectId) |
Modifier and Type | Class and Description |
---|---|
class |
XGCRootInfo
Holds details about a garbage collection root.
|
Modifier and Type | Method and Description |
---|---|
GCRootInfo[] |
AbstractObjectImpl.getGCRootInfo() |
Modifier and Type | Method and Description |
---|---|
GCRootInfo[] |
ISnapshot.getGCRootInfo(int objectId)
Get the GC root info for an object.
|
Modifier and Type | Method and Description |
---|---|
GCRootInfo[] |
ThreadToLocalReference.getGcRootInfo()
The description of the thread root information
Not currently used, so might be removed.
|
GCRootInfo[] |
IObject.getGCRootInfo()
Get
GCRootInfo if the object is a garbage collection root or null
otherwise. |
Modifier and Type | Method and Description |
---|---|
static String |
GCRootInfo.getTypeSetAsString(GCRootInfo[] roots)
A combined representation of the types of several roots.
|
Constructor and Description |
---|
ThreadToLocalReference(ISnapshot snapshot,
long address,
String name,
int localObjectId,
GCRootInfo[] gcRootInfo)
Create a thread to local reference
|