public final class NoGCTraceLocal extends TraceLocal
rootLocations, valuesspecializedScan| Constructor and Description | 
|---|
NoGCTraceLocal(Trace trace)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isLive(ObjectReference object)
Is the specified object live? 
 | 
ObjectReference | 
traceObject(ObjectReference object)
This method is the core method during the trace of the object graph. 
 | 
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 NoGCTraceLocal(Trace trace)
trace - the associated global tracepublic boolean isLive(ObjectReference object)
isLive in class TraceLocalobject - The object.true if the object is live.public ObjectReference traceObject(ObjectReference object)
TraceLocaltraceObject in class TraceLocalobject - The object to be traced.