From 931fe07c623b21083519b2dccebfdad079b0c108 Mon Sep 17 00:00:00 2001 From: yoa1226 Date: Tue, 15 Oct 2024 21:15:27 +0800 Subject: [PATCH] fix mermaid --- _posts/2024-08-05-g1-gc-important-component.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_posts/2024-08-05-g1-gc-important-component.md b/_posts/2024-08-05-g1-gc-important-component.md index 9de479c..5b93e49 100644 --- a/_posts/2024-08-05-g1-gc-important-component.md +++ b/_posts/2024-08-05-g1-gc-important-component.md @@ -12,16 +12,16 @@ tags: [GC, G1] ## G1 发展历史 -```mermaid +
timeline title G1 发展史 2004年 : 论文发表 2009年 : JDK 6 实验版本 2012年 : JDK 7 Oracle 认为能够商用 2015年 : JDK 8 提供并发的类卸载支持, Oracle 称之为全功能的垃圾收集器 2017年 : JDK 9 成为默认垃圾收集器 -``` +
-```mermaid +
timeline title G1 优化 2018 : JDK 10 Parallel Full GC for G1 2019 : JDK 12 Abortable Mixed Collections for G1 @@ -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 -``` +
### 垃圾收集算法衡量指标