Skip to content

Commit 05691e1

Browse files
committed
Update JDK blog posts and rename ScopedValue post
1 parent 819e79c commit 05691e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/blog/JDK 21.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ comments: true
1717
- 443: Unnamed Patterns and Variables (Preview)
1818
- 444: [[Virtual Thread]]
1919
- 445: Unnamed Classes and Instance Main Methods (Preview)
20-
- 446: [[ScopedValue]] (Preview)
20+
- 446: [[Scoped Values]] (Preview)
2121
- 448: Vector API (Sixth Incubator)
2222
- 449: Deprecate the Windows 32-bit x86 Port for Removal
2323
- 451: Prepare to Disallow the Dynamic Loading of Agents

content/blog/JDK 25.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ comments: true
1212
- 502: Stable Values (Preview)
1313
- 503: Remove the 32-bit x86 Port
1414
- 505: Structured Concurrency (Fifth Preview)
15-
- 506: [[ScopedValue]]
15+
- 506: [[Scoped Values]]
1616
- 507: Primitive Types in Patterns, instanceof, and switch (Third Preview)
1717
- 508: Vector API (Tenth Incubator)
1818
- 509: JFR CPU-Time Profiling (Experimental)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ comments: true
1717
- GC 친화적: 불필요한 참조를 남기지 않음
1818

1919
## ThreadLocal 차이
20-
| 특징 | [[ScopedValue]] | [[ThreadLocal]] |
20+
| 특징 | [[Scoped Values]] | [[ThreadLocal]] |
2121
| :---------: | :-------------: | :-------------: |
2222
| 변경 여부 | Immutability | Mutable |
2323
| GC | Scope 종료시 | 명시적 제거 |

0 commit comments

Comments
 (0)