File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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 종료시 | 명시적 제거 |
You can’t perform that action at this time.
0 commit comments