[jboss-jira] [JBoss JIRA] Created: (JBAOP-562) Cached GeneratedClassInfo objects are being gc'ed
Flavia Rainone (JIRA)
jira-events at lists.jboss.org
Tue Apr 22 09:32:44 EDT 2008
Cached GeneratedClassInfo objects are being gc'ed
-------------------------------------------------
Key: JBAOP-562
URL: http://jira.jboss.com/jira/browse/JBAOP-562
Project: JBoss AOP
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Flavia Rainone
Assigned To: Flavia Rainone
The GeneratedClassInfo objects, contained in the JoinPointGenerator.generatedJoinPointClassCache are being held through weak references. This causes their premature garbage collection, forcing generation of classes that were already previously generated.
This info holds a reference to the generated class itself. The bug must be fixed without causing a memory leak regarding those classes.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list