# JVM 메모리 구조
![Imgur](https://i.imgur.com/UmwgMEF.png)
![Imgur](https://i.imgur.com/mBzfrWM.png)
![Imgur](https://i.imgur.com/wTOBQgR.png)
## Heap
![Imgur](https://i.imgur.com/bGKZbvt.png)
## Method
## JVM Stack
## Native Stack
## PC Register
## 레퍼런스
+ Memory Architecture Of JVM (https://goo.gl/qK9iM5)
+ JVM Structure (http://javahonk.com/jvm-structure/)
+ JVM PergmGen - Where art thou? (https://goo.gl/dRHMrR)
+ Java Garbage Collection (https://d2.naver.com/helloworld/1329)