Java Garbage Collection Concepts

From NovaOrdis Knowledge Base
Revision as of 07:36, 16 February 2017 by Ovidiu (talk | contribs) (→‎Metaspace)
Jump to navigation Jump to search

Internal

Permanent Generation

Metaspace

https://dzone.com/articles/java-8-permgen-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?