JVM GC

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 Apr 30 1:57
Editor
Edited
Edited
2021 May 15 9:32
Refs
Refs
Generational GC
Serial, Parallel, CMS, G1 등 gc가 여러개임
Java Virtual Machine에서
compaction 수행하고
 
 
 
 
 
 
 
 
 

accessible from outside heap
힙이 아닌 다른 어딘가에서 접근 가능한 object
이 Root에는 대표적으로, local 변수, Thread, System class 등이 있어요
 
 
notion image
 
 
 

Recommendations