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