Java Garbage Collection Concepts: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Java Garbage Collection =Metaspace= {{External|https://dzone.com/articles/java-8-permgen-metaspace}}") |
No edit summary |
||
Line 2: | Line 2: | ||
* [[Java Garbage Collection#Garbage_Collection_Concepts|Java Garbage Collection]] | * [[Java Garbage Collection#Garbage_Collection_Concepts|Java Garbage Collection]] | ||
=Permanent Generation= | |||
=Metaspace= | =Metaspace= | ||
{{External|https://dzone.com/articles/java-8-permgen-metaspace}} | {{External|https://dzone.com/articles/java-8-permgen-metaspace}} | ||
The ''meatspace'' has been introduced by Java 8 and replaces the [[#Permanent_Generation|permanent generation]]. Most allocations for the class metadata are now allocated out of native memory | |||
<font color=red>It is considered part of the heap?</font> |
Revision as of 07:35, 16 February 2017
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?