From 7c4c5bba96b384264d8d6f33a564cf129086ff67 Mon Sep 17 00:00:00 2001 From: yoa1226 Date: Tue, 22 Oct 2024 09:41:33 +0800 Subject: [PATCH] add some note --- _posts/2024-08-01-region-pinning-for-g1.md | 2 -- assets/ygc-pre/note.md | 15 ++++++++++++++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/_posts/2024-08-01-region-pinning-for-g1.md b/_posts/2024-08-01-region-pinning-for-g1.md index 47a974e..addd905 100644 --- a/_posts/2024-08-01-region-pinning-for-g1.md +++ b/_posts/2024-08-01-region-pinning-for-g1.md @@ -395,5 +395,3 @@ JEP 423 优化了 G1 的短板,提高了 G1 的可用性。如果你使用的 - - diff --git a/assets/ygc-pre/note.md b/assets/ygc-pre/note.md index 04a649e..bb56dfc 100644 --- a/assets/ygc-pre/note.md +++ b/assets/ygc-pre/note.md @@ -19,4 +19,17 @@ void G1CollectedHeap::retire_gc_alloc_region(G1HeapRegion* alloc_region, size_t 从日志文件中可以看到报错的调用栈,确实是在 GC 收尾时将 region 加入到 cset 中。 - \ No newline at end of file + + + + +最近在看 G1 垃圾收集器的相关代码,将理解内容整理成文章输出。 + +最开始在掘金更新,后来发现不好管理、图片有水印、发布需要被审核等原因,逐步迁移到 github。 + +文章地址为:https://yoa1226.github.io + +觉得有用的朋友点个🌟🌟😘 + +https://github.com/yoa1226/yoa1226.github.io +