Uses of Class
org.eclipse.mat.snapshot.model.GCRootInfo
Package
Description
Code for reading data from collections found in a snapshot.
Implementations for building the snapshot (not API).
The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot.
The Snapshot API, a VM independent way of looking at a snapshot of the state of objects in a heap.
Snapshot entities, for example class, instances, class loaders, fields, GC roots.
-
Uses of GCRootInfo in org.eclipse.mat.inspections.collectionextract
Modifier and TypeMethodDescriptionAbstractExtractedCollection.getGCRootInfo()
IMapExtractor.EntryObject.getGCRootInfo()
-
Uses of GCRootInfo in org.eclipse.mat.parser.internal
-
Uses of GCRootInfo in org.eclipse.mat.parser.model
Modifier and TypeClassDescriptionfinal class
Holds details about a garbage collection root. -
Uses of GCRootInfo in org.eclipse.mat.snapshot
Modifier and TypeMethodDescriptionISnapshot.getGCRootInfo
(int objectId) Get the GC root info for an object. -
Uses of GCRootInfo in org.eclipse.mat.snapshot.model
Modifier and TypeMethodDescriptionThreadToLocalReference.getGcRootInfo()
The description of the thread root information.IObject.getGCRootInfo()
GetGCRootInfo
if the object is a garbage collection root or null otherwise.Modifier and TypeMethodDescriptionstatic String
GCRootInfo.getTypeSetAsString
(GCRootInfo[] roots) A combined representation of the types of several roots.ModifierConstructorDescriptionThreadToLocalReference
(ISnapshot snapshot, long address, String name, int localObjectId, GCRootInfo[] gcRootInfo) Create a thread to local reference