perm gen : Java Glossary

perm gen
ake permgen aka Permanent Generation heap. In Sun’s JVM (Java Virtual Machine), the interned Strings are stored in a special pool of RAM (Random Access Memory) called the perm gen, where the JVM also loads classes and stores natively compiled code. However, the intered Strings behave no differently than had they been stored in the ordinary object heap.

This an internal feature of the run time that is transparent to the program. Not all JVMs necessarily have a separate perm gen. The only time it becames a concern is when you configure heap and stack space on the java.execommand line.


CMP homejump to top You can get the freshest copy of this page from: or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror)
http://mindprod.com/jgloss/permgen.html J:\mindprod\jgloss\permgen.html
logofeedback Please email your feedback for publication, letters to the editor, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green : feedback email If you want your message kept confidential, not considered for posting, please explicitly specify that.
mindprod.com IP:[65.110.21.43]
view BlogYour face IP:[38.107.179.211]
You are visitor number 11.