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) 通过染色指针技术和读屏障,使得用户线程在读对象时能够总是读取到对象最新的引用。