You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #42 on November 24, 2024 11:18.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
머리에 큰 그림을 넣기 위한 hierarchy. 이것저것 참고하며 그린 거라 틀린 부분이 있을지도 ;-;
JVM 메모리
런타임 데이터 영역
이라고 부른다.Heap 영역
참조 값
을 통해 접근하고, 참조가 사라지면 GC에 의해 메모리에서 해제된다.Minor GC
: Eden 영역에서 Survivor 영역으로 옮기는 전반의 과정Full GC(Major GC)
: Old Gen의 메모리가 충분하지 않을 때, Old 영역에서 발생하는 GCMethod 영역
JVM 스택
네이티브 메서드 스택
PC 레지스터(프로그램 카운터)
주솟값
이 저장되는 영역Non-JVM 메모리
JNI(Java Native Interface)
Direct Buffer
Beta Was this translation helpful? Give feedback.
All reactions