The Heap
One heap area per application.
All threads access the same heap.
No JVM command to de-allocate memory. This is the job of the Garbage Collector.
Design decisions left to the JVM developer : Memory vs speed is always an issue.
Previous slide
Next slide
Back to first slide
View graphic version