Java Garbage Collection Concepts
Jump to navigation
Jump to search
Internal
Permanent Generation
Metaspace
The meatspace has been introduced by Java 8 to replace permanent generation. Most allocations for the class metadata are now allocated out of native memory.
It is considered part of the heap?