1
0
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:
fu 2023-08-04 14:23:00 +08:00 committed by GitHub
parent cdd0550eec
commit 17c93b7ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -232,6 +232,8 @@ public class ReferenceCountingGc {
- 方法区中类静态属性引用的对象
- 方法区中常量引用的对象
- 所有被同步锁持有的对象
- JNIJava Native Interface引用的对象
**对象可以被回收,就代表一定会被回收吗?**