public final class GenRCModifiedProcessor extends TransitiveClosure
TraceLocal| Modifier and Type | Field and Description |
|---|---|
private GenRCFindRootSetTraceLocal |
trace |
specializedScan| Constructor and Description |
|---|
GenRCModifiedProcessor(GenRCFindRootSetTraceLocal trace) |
| Modifier and Type | Method and Description |
|---|---|
void |
processEdge(ObjectReference source,
Address slot)
Trace an edge during GC.
|
getSpecializedScanClass, processNode, registerSpecializedScanprivate final GenRCFindRootSetTraceLocal trace
public GenRCModifiedProcessor(GenRCFindRootSetTraceLocal trace)
public void processEdge(ObjectReference source, Address slot)
TransitiveClosureprocessEdge in class TransitiveClosuresource - The source of the reference.slot - The location containing the object reference.