public final class BTTraceLocal extends TraceLocal
rootLocations, valuesspecializedScan| Constructor and Description |
|---|
BTTraceLocal(Trace trace) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLive(ObjectReference object)
Is the specified object reachable?
|
ObjectReference |
traceObject(ObjectReference object)
When we trace a non-root object we do nothing.
|
completeTrace, flush, getForwardedFinalizable, getForwardedReference, getForwardedReferenceType, getForwardedReferent, incrementalTrace, isReachable, isReferentLive, logMessage, overwriteReferenceDuringTrace, prepare, processEdge, processInteriorEdge, processNode, processRememberedSets, processRootEdge, processRoots, readyToFinalize, release, reportDelayedRootEdge, retainForFinalize, retainReferent, scanObject, traceObject, willNotMoveInCurrentCollectiongetSpecializedScanClass, registerSpecializedScanpublic BTTraceLocal(Trace trace)
trace - the associated global tracepublic boolean isLive(ObjectReference object)
isLive in class TraceLocalobject - The object.true if the object is reachable.public ObjectReference traceObject(ObjectReference object)
traceObject in class TraceLocalobject - The object to be traced.