Skip to content

Commit 424d0dd

Browse files
update post
1 parent 7bf8afd commit 424d0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2026-03-01-JDK-8378128.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ G1CollectedHeap은 survivor용과 old용 두 개의 G1EvacStats 인스턴스를
164164
## 선행 이슈: JDK-8375971
165165

166166
- 이슈: G1: Convert G1EvacStats to use Atomic\<T\>
167-
- PR: [openjdk/jdk#29280](https://github.com/openjdk/jdk/pull/29280)
167+
- PR: [openjdk/jdk#29341](https://github.com/openjdk/jdk/pull/29341)
168168

169169
이 이슈에서 G1EvacStats가 부모 클래스인 PLABStats의 데이터 멤버에 직접 접근하는 대신 accessor 함수를 사용하도록 변경되었다. 이 변경이 이루어졌기 때문에, PLABStats의 `protected` 멤버들을 `private`으로 전환할 수 있게 된 것이다.
170170

0 commit comments

Comments
 (0)