深入理解JVM(学习过程) (29)

RSet 存在的原理及价值。如上图所示,记录了Region中的引用关系。使得垃圾收集器不需要扫描整个堆找谁引用了当前分区中的对象,只需要扫描RSet即可。

image-20200219081057890

Points-into :代表谁指向了我;

Point-out: 我指向了谁

SATB(Snapshot-At-The-Beginning)起始快照

image-20200219081349357

三色算法

G1垃圾收集器官方文档解读

https://www.oracle.com/technetwork/tutorials/tutorials-1876574.html

image-20200219094316867

Exploring the JVM Architecture

Hotspot Architecture

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wpfdfy.html