You are here : Home / Core Java Tutorials / Series of JVM and Garbage Collection (GC) in java - Best explanations ever
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>
- Young Generation
- 1a) Eden,
- 1b) S0 (Survivor space 0)
- 1c) S1 (Survivor space 1)
- Old Generation (Tenured)
- 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>
- Young Generation
- 1a) Eden,
- 1b) S0 (Survivor space 0)
- 1c) S1 (Survivor space 1)
- Old Generation (Tenured)
- 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>
Labels:
Core Java
Garbage collection in java