mark phase

标记阶段
常用释义
标记阶段

扩展信息

标记阶段
标记阶段Mark phase)在标记阶段,所有被线程栈,静态受监控的字符串,以及JNI引用描述的对象被确定出来。

例句

In the mark phase, all the objects in the heap are "marked" with a bit.

在mark阶段,heap内的所有对象均以一个bit“标记”。

与标志阶段类似,将死对象清理回自由内存池的耗费也不能完全预测。

此参数缩短了花在mark上的时间并在GC循环未在进行中时仍能保持mark阶段运行。

在标记阶段,将所有“活的”对象添加到标记向量。