Skip to content

Commit 17c93b7

Browse files
authored
Update jvm-garbage-collection.md
1 parent cdd0550 commit 17c93b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/java/jvm/jvm-garbage-collection.md

+2
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ public class ReferenceCountingGc {
232232
- 方法区中类静态属性引用的对象
233233
- 方法区中常量引用的对象
234234
- 所有被同步锁持有的对象
235+
- JNI(Java Native Interface)引用的对象
236+
235237
236238
**对象可以被回收,就代表一定会被回收吗?**
237239

0 commit comments

Comments
 (0)