月亮词典
首页
查询
mark phase
标记阶段
常用释义
词性释义
标记阶段
例句
全部
In the
mark
phase
,
all
the
objects
in
the
heap
are
"
marked
"
with
a
bit
.
在mark阶段,heap内的所有对象均以一个bit“标记”。
As
with
the
mark
phase
,
the
cost
of
sweeping
dead
objects
back
into the
free
memory
pool
can't
be
completely
predicted
.
与标志阶段类似,将死对象清理回自由内存池的耗费也不能完全预测。
The
parameter
reduces
the
time
spent
in
mark
and
keeps
the
mark
phase
running
, even if a GC
cycle
is
not
in
process
.
此参数缩短了花在mark上的时间并在GC循环未在进行中时仍能保持mark阶段运行。
In
the
mark
phase
,
all
the
"
live
"
objects
are
added
to
mark
vector
.
在标记阶段,将所有“活的”对象添加到标记向量。
网络释义
标记阶段
标记阶段
(
Mark phase
)在标记阶段,所有被线程栈,静态受监控的字符串,以及JNI引用描述的对象被确定出来。