Skip to content

Commit

Permalink
fix conc mark root region scan
Browse files Browse the repository at this point in the history
  • Loading branch information
yoa1226 committed Oct 24, 2024
1 parent c5efeba commit 1e368d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2024-09-15-g1-conc-mark-root-region-scan.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ class G1HeapRegion : public CHeapObj<mtGC> {
`TAMS` 全称 `top at mark start`, 记录了 top 在并发标记前的位置。 TAMS 被记录并发满足三个条件:
1. 是 old region 或者 humongous region。
2. region 不在 cset中。
3. 2. region 不在 cset 候选中。
2. 并且 region 不在 cset中。
3. 并且 region 不在 cset 候选中。
对于在这里没有显示设置 TAMS 位置的 reigon,其 TAMS 值等于其 bottom。
Expand Down

0 comments on commit 1e368d3

Please sign in to comment.