Skip to content

Commit

Permalink
fix mermaid
Browse files Browse the repository at this point in the history
  • Loading branch information
yoa1226 committed Oct 15, 2024
1 parent 56af275 commit 931fe07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _posts/2024-08-05-g1-gc-important-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ tags: [GC, G1]

## G1 发展历史

```mermaid
<div class="mermaid">
timeline title G1 发展史
2004年 : 论文发表
2009年 : JDK 6 实验版本
2012年 : JDK 7 Oracle 认为能够商用
2015年 : JDK 8 提供并发的类卸载支持, Oracle 称之为全功能的垃圾收集器
2017年 : JDK 9 成为默认垃圾收集器
```
</div>

```mermaid
<div class="mermaid">
timeline title G1 优化
2018 : JDK 10 Parallel Full GC for G1
2019 : JDK 12 Abortable Mixed Collections for G1
Expand All @@ -30,7 +30,7 @@ timeline title G1 优化
2021 : JDK 11-18 Optimize memory usage for G1 remembered sets
2024 : JDK 22 Region Pinning for G1
2025 : JDK 24 JEP 475: Late Barrier Expansion for G1
```
</div>

### 垃圾收集算法衡量指标

Expand Down

0 comments on commit 931fe07

Please sign in to comment.