Last I checked (though I could be wrong) permgen is never garbage collected. Hence the "perm" part. I do think, however, that you've spotted a leak - and there are classes that could be reused, perhaps?

Christian.
On Apr 30, 2010, at 4:01 AM, Christophe Cordenier wrote:

Don't you think this is a possible memory leak ? I can understand that the number of classes explodes due to the usage of anonymous inner classes but
they should be garbage collected when the page instance get released.

Reply via email to