mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
Update jvm-garbage-collection.md
This commit is contained in:
parent
cdd0550eec
commit
17c93b7ec1
@ -232,6 +232,8 @@ public class ReferenceCountingGc {
|
||||
- 方法区中类静态属性引用的对象
|
||||
- 方法区中常量引用的对象
|
||||
- 所有被同步锁持有的对象
|
||||
- JNI(Java Native Interface)引用的对象
|
||||
|
||||
|
||||
**对象可以被回收,就代表一定会被回收吗?**
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user