From 50b314b28b813ef2b96c12137cb09805e61dd535 Mon Sep 17 00:00:00 2001 From: yoa1226 Date: Mon, 21 Oct 2024 19:44:43 +0800 Subject: [PATCH] fix image element --- _posts/2024-08-25-g1-gc-young-gc-root-scan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-08-25-g1-gc-young-gc-root-scan.md b/_posts/2024-08-25-g1-gc-young-gc-root-scan.md index 6d5a87a..5cf8040 100644 --- a/_posts/2024-08-25-g1-gc-young-gc-root-scan.md +++ b/_posts/2024-08-25-g1-gc-young-gc-root-scan.md @@ -323,7 +323,7 @@ RawAccess::oop_store(p, forwardee); 如图,遍历 gc root2 时已经移动了对象,在遍历 gc root1 时只需要改变指针的值。 - + 在对象 markword 中,最低两位为标志为,值为 `11` 时为 GC 标志。