Java Garbage Collection Concepts

From NovaOrdis Knowledge Base
Revision as of 07:35, 16 February 2017 by Ovidiu (talk | contribs)
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 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?