From 7cff2e551a14d2ce49944d018aa0fbcaac3aed7f Mon Sep 17 00:00:00 2001 From: akira <‘18768122321@163.com’> Date: Thu, 1 Jun 2023 01:22:56 +0800 Subject: [PATCH] =?UTF-8?q?Java=E6=9C=80=E5=89=8D=E6=B2=BF=E6=8A=80?= =?UTF-8?q?=E6=9C=AF=E2=80=94=E2=80=94ZGC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9ffe455..d76a36b 100644 --- a/README.md +++ b/README.md @@ -497,6 +497,8 @@ - [G1 垃圾回收算法原理](https://hllvm-group.iteye.com/group/topic/44381) + - [深入分析 OpenJDK G1 FullGC 原理 +](https://zhuanlan.zhihu.com/p/607400877) - [G1 垃圾回收算法总览](https://www.jianshu.com/p/a3e6a9de7a5d) - [G1 概念理解](https://blog.csdn.net/coderlius/article/details/79272773) @@ -617,6 +619,8 @@ - [从历代GC算法角度刨析ZGC](https://zhuanlan.zhihu.com/p/603800743) +- [Java最前沿技术——ZGC](https://zhuanlan.zhihu.com/p/364813270) + - [ZGC 读屏障过程](https://zhuanlan.zhihu.com/p/43608166) 通过染色指针技术和读屏障,使得用户线程在读对象时能够总是读取到对象最新的引用。