public final class BTTraceLocal extends TraceLocal
rootLocations, values
specializedScan
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, willNotMoveInCurrentCollection
getSpecializedScanClass, registerSpecializedScan
public BTTraceLocal(Trace trace)
trace
- the associated global tracepublic boolean isLive(ObjectReference object)
isLive
in class TraceLocal
object
- The object.true
if the object is reachable.public ObjectReference traceObject(ObjectReference object)
traceObject
in class TraceLocal
object
- The object to be traced.