Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Running Out of Perm Space

800387May 31 2006 — edited Feb 1 2007
We are seeing our perm space gradually increase throughout the day until we eventually get a fatal HotSpot JVM crash. We have implemented a few JVM settings that we hope will help. However, I had a few questions about perm:
Can an object ever migrate from tenured into perm? Meaning, a truly long lived object (say a Singleton) in tenured could move to perm. (My guess is no, as I have never read anything like this before, just checking).
I know that reflective objects (classes, methods, etc.) are stored in perm. Is the string-constant pool there as well? Anything else?
Thanks much!

- Saish
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 1 2007
Added on May 31 2006
9 comments
211 views