[jboss-jira] [JBoss JIRA] Closed: (JBAOP-562) Cached GeneratedClassInfo objects are being gc'ed
Flavia Rainone (JIRA)
jira-events at lists.jboss.org
Tue Apr 22 14:21:44 EDT 2008
[ http://jira.jboss.com/jira/browse/JBAOP-562?page=all ]
Flavia Rainone closed JBAOP-562.
--------------------------------
Fix Version/s: 2.0.0.GA
Resolution: Done
> 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
> Fix For: 2.0.0.GA
>
>
> 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