JVM Heap memory (Hotspot heap structure) with diagram in java




Contents of page >
a) JVM Heap memory (Hotspot heap structure) with diagram in java >

b) JVM Heap memory (Hotspot heap structure)  in java consists of following elements>
  1. Young Generation
    • 1a) Eden,
    • 1b) S0 (Survivor space 0)
    • 1c) S1 (Survivor space 1)
  2. Old Generation (Tenured)
  3. Permanent Generation.


a) JVM Heap memory (Hotspot heap structure) with diagram in java >


b) JVM Heap memory (Hotspot heap structure)  in java consists of following elements>
  1. Young Generation
    • 1a) Eden,
    • 1b) S0 (Survivor space 0)
    • 1c) S1 (Survivor space 1)
  2. Old Generation (Tenured)
  3. Permanent Generation.

So, JVM Heap memory (Hotspot heap structure) is divided into Young Generation, Old Generation (tenured) and Permanent Generation.

Young Generation is further divided into Eden, S0 (Survivor space 0) and S1 (Survivor space 1).




Summary -
So, in this core java tutorial we learned JVM Heap memory (Hotspot heap structure) with diagram in java. And
JVM Heap memory (Hotspot heap structure)  in java consists of following elements>
Young Generation ( Young Generation is further divided into Eden, S0 (Survivor space 0) and S1 (Survivor space 1) )
Old Generation (Tenured)
Permanent Generation.



Having any doubt? or you liked the tutorial! Please comment in below section.
Please express your love by liking JavaMadeSoEasy.com (JMSE) on facebook, following on google+ or Twitter.


RELATED LINKS>

 

eEdit
Must read for you :