Message5208

Author gsqfs
Recipients gsqfs
Date 2009-09-30.15:12:16
SpamBayes Score 4.9818636e-06
Marked as misclassified No
Message-id <1254323537.14.0.0286532511219.issue1482@psf.upfronthosting.co.za>
In-reply-to
Content
The problem shows when scripts are compiled repeatedly on the fly.
Slowly but surely the PermGen space will fill up with no way to recover.

I can provide a patch against Jython 2.2.1 that uses a Weak Map instead.
From what I googled this is even supposed to be more efficient than
String.intern.
History
Date User Action Args
2009-09-30 15:12:17gsqfssetrecipients: + gsqfs
2009-09-30 15:12:17gsqfssetmessageid: <1254323537.14.0.0286532511219.issue1482@psf.upfronthosting.co.za>
2009-09-30 15:12:17gsqfslinkissue1482 messages
2009-09-30 15:12:16gsqfscreate