I thought, that in Java-Heap-Memory model
- Survivor and
- Old Gen
are synonymous. That it would be the area, where Java puts Object, which survived some GC Cycles.
In VisualVM I see, that these are two different areas and that even there are multiple Survivor areas.
What is the difference between Survivor and Old Gen areas in java memory?
EDIT:
It seems, that Survivor (together with Eden) belongs to Young Gen, See