为了账号安全,请及时绑定邮箱和手机立即绑定

看Thinking in Java碰到的关于Java 垃圾回收机制引发的问题.

看Thinking in Java碰到的关于Java 垃圾回收机制引发的问题.

慕码人8056858 2019-02-16 20:36:38
最近在看Thinking in Java, 读到How a garbage collector works 这一节的时候有这么几句话不太理解 (前面讲到一种简单但是很慢的垃圾回收的方法是reference counnting) The garbage collector moves through the entire list of objects, andwhen it finds one with a reference count of zero it releases thatstorage (however, reference counting schemes often release an objectas soon as the count goes to zero). The one drawback is that ifobjects circularly refer to each other they can have nonzero referencecounts while still being garbage. 这是原文, 我不能理解的是为什么出现循环引用的时候他会出现仍然进行垃圾收集,因为循环引用的时候不应该是两个object的counter都到不了0才对嘛,按照正常逻辑这两个object出现的问题应该是永远也不会被垃圾回收,而按照作者的意思恰好相反.
查看完整描述

1 回答

?
一只萌萌小番薯

TA贡献1795条经验 获得超7个赞

The one drawback

一个缺点是……

我没有看到意思正好相反啊

查看完整回答
反对 回复 2019-03-01
  • 1 回答
  • 0 关注
  • 329 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信