From d580eaa3bbed4dfc2bbbf493ef5b336318b390fc Mon Sep 17 00:00:00 2001 From: yoa1226 Date: Sat, 12 Oct 2024 19:45:23 +0800 Subject: [PATCH] add some post title --- _posts/2024-08-01-region-pinning-for-g1.md | 6 ++++++ _posts/2024-08-02-g1-gc-important-component.md | 6 ++++++ _posts/2024-08-03-g1-gc-init.md | 6 ++++++ _posts/2024-08-04-g1-gc-young-gc-prepare.md | 6 ++++++ _posts/2024-08-05-g1-gc-young-gc-root-scan.md | 6 ++++++ _posts/2024-08-06-g1-gc-young-gc-evacuate.md | 6 ++++++ _posts/2024-08-07-g1-gc-young-gc-post.md | 6 ++++++ 7 files changed, 42 insertions(+) create mode 100644 _posts/2024-08-01-region-pinning-for-g1.md create mode 100644 _posts/2024-08-02-g1-gc-important-component.md create mode 100644 _posts/2024-08-03-g1-gc-init.md create mode 100644 _posts/2024-08-04-g1-gc-young-gc-prepare.md create mode 100644 _posts/2024-08-05-g1-gc-young-gc-root-scan.md create mode 100644 _posts/2024-08-06-g1-gc-young-gc-evacuate.md create mode 100644 _posts/2024-08-07-g1-gc-young-gc-post.md diff --git a/_posts/2024-08-01-region-pinning-for-g1.md b/_posts/2024-08-01-region-pinning-for-g1.md new file mode 100644 index 0000000..095cfe2 --- /dev/null +++ b/_posts/2024-08-01-region-pinning-for-g1.md @@ -0,0 +1,6 @@ +--- +layout: post +title: "解读 JEP 423: Region Pinning for G1" +date: 2024-08-01 11:00:00 +0200 +tags: [GC, G1, JEP] +--- \ No newline at end of file diff --git a/_posts/2024-08-02-g1-gc-important-component.md b/_posts/2024-08-02-g1-gc-important-component.md new file mode 100644 index 0000000..a642e20 --- /dev/null +++ b/_posts/2024-08-02-g1-gc-important-component.md @@ -0,0 +1,6 @@ +--- +layout: post +title: "G1 重要概念" +date: 2024-08-02 11:00:00 +0200 +tags: [GC, G1] +--- \ No newline at end of file diff --git a/_posts/2024-08-03-g1-gc-init.md b/_posts/2024-08-03-g1-gc-init.md new file mode 100644 index 0000000..7328f6b --- /dev/null +++ b/_posts/2024-08-03-g1-gc-init.md @@ -0,0 +1,6 @@ +--- +layout: post +title: "G1 初始化" +date: 2024-08-03 11:00:00 +0200 +tags: [GC, G1] +--- \ No newline at end of file diff --git a/_posts/2024-08-04-g1-gc-young-gc-prepare.md b/_posts/2024-08-04-g1-gc-young-gc-prepare.md new file mode 100644 index 0000000..0bbe048 --- /dev/null +++ b/_posts/2024-08-04-g1-gc-young-gc-prepare.md @@ -0,0 +1,6 @@ +--- +layout: post +title: "G1 Young GC 之准备阶段" +date: 2024-08-04 11:00:00 +0200 +tags: [GC, G1] +--- \ No newline at end of file diff --git a/_posts/2024-08-05-g1-gc-young-gc-root-scan.md b/_posts/2024-08-05-g1-gc-young-gc-root-scan.md new file mode 100644 index 0000000..4af760e --- /dev/null +++ b/_posts/2024-08-05-g1-gc-young-gc-root-scan.md @@ -0,0 +1,6 @@ +--- +layout: post +title: "G1 Young GC 之 根扫描阶段" +date: 2024-08-05 11:00:00 +0200 +tags: [GC, G1] +--- \ No newline at end of file diff --git a/_posts/2024-08-06-g1-gc-young-gc-evacuate.md b/_posts/2024-08-06-g1-gc-young-gc-evacuate.md new file mode 100644 index 0000000..d04fdf2 --- /dev/null +++ b/_posts/2024-08-06-g1-gc-young-gc-evacuate.md @@ -0,0 +1,6 @@ +--- +layout: post +title: "G1 Young GC 之复制阶段" +date: 2024-08-06 11:00:00 +0200 +tags: [GC, G1] +--- \ No newline at end of file diff --git a/_posts/2024-08-07-g1-gc-young-gc-post.md b/_posts/2024-08-07-g1-gc-young-gc-post.md new file mode 100644 index 0000000..d7356af --- /dev/null +++ b/_posts/2024-08-07-g1-gc-young-gc-post.md @@ -0,0 +1,6 @@ +--- +layout: post +title: "G1 Young GC 之清理阶段" +date: 2024-08-01 11:00:00 +0200 +tags: [GC, G1] +--- \ No newline at end of file