Skip to content

Commit

Permalink
Java最前沿技术——ZGC
Browse files Browse the repository at this point in the history
  • Loading branch information
akira committed May 31, 2023
1 parent ab47bfc commit 7cff2e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)

通过染色指针技术和读屏障,使得用户线程在读对象时能够总是读取到对象最新的引用。
Expand Down

0 comments on commit 7cff2e5

Please sign in to comment.