Skip to content

Commit

Permalink
fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
yoa1226 committed Oct 24, 2024
1 parent 4700ada commit c5efeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-09-15-g1-conc-mark-root-region-scan.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ inline bool G1CMBitMap::iterate(G1CMBitMapClosure* cl, MemRegion mr) {
```
下面的图中可以看到,Young GC 和并发标记交替进行。
<image src="/assets/conc-root-region-scan/conc-root-region-sacn-ygc.png" width="80%">
<image src="/assets/conc-root-region-scan/conc-root-region-sacn-ygc.png" width="80%"/>
`G1RootRegionScanClosure::do_oop_work` 方法标记对象,此对象为上述对象引用类型的属性。
Expand Down

0 comments on commit c5efeba

Please sign in to comment.