Root structures are scanned as part of the initial function of the mark phase in the collector.
根结构被作为收集器中标记阶段初始功能的一部分进行扫描。
2
Objects that are unmarked at the end of the mark phase are unreachable by the application (dead) because there's no path from the root set through any series of references to find them.