月亮词典
首页
查询
finalizable
可终结
常用释义
词性释义
可终结
例句
全部
For
finalizable
objects
there
's
an
extra
step
of
entering
them
into
a
list
that
GC
needs
to
watch
.
对于可终结对象(finalizableobject),还有一步额外的操作,它们还会被加入一个GC需要监视的队列。
So
you
want
to isolate your
finalizable
objects
from
other
objects
as
much
as
you
can
.
所以你需要把可终结对象和其他对象分得越开越好。
In
some
circumstances
,
finalizable
objects
could
be
reclaimed
by
garbage
collection
while
executing
a
method
within
a
platform
invoke call
.
在某些情况下,在平台调用中执行方法时,垃圾回收操作可能对可终结对象进行回收。
And
finalization
adds
overhead
to
instantiation
and
garbage
collection
of
finalizable
objects
.
并且终结还为可终结对象的实例化和垃圾收集带来了开销。
It is
created
when
the
first
finalizable
object
is
garbage
collected
.
在对第一个可终结对象进行垃圾回收时创建该线程。