We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8eb3a commit 2b7f4afCopy full SHA for 2b7f4af
docs/java/jvm/jvm-garbage-collection.md
@@ -227,7 +227,7 @@ public class ReferenceCountingGc {
227
228
**哪些对象可以作为 GC Roots 呢?**
229
230
-- 虚拟机栈(栈帧中的本地变量表)中引用的对象
+- 虚拟机栈(栈帧中的局部变量表)中引用的对象
231
- 本地方法栈(Native 方法)中引用的对象
232
- 方法区中类静态属性引用的对象
233
- 方法区中常量引用的对象
@@ -511,4 +511,4 @@ $ java -XX:+UseZGC className
511
- https://my.oschina.net/hosee/blog/644618
512
- <https://docs.oracle.com/javase/specs/jvms/se8/html/index.html>
513
514
-<!-- @include: @article-footer.snippet.md -->
+<!-- @include: @article-footer.snippet.md -->
0 commit comments