[jboss-jira] [JBoss JIRA] Commented: (JBAOP-568) Avoid extra info from being kept in the generated jp cache
Flavia Rainone (JIRA)
jira-events at lists.jboss.org
Thu May 1 14:47:18 EDT 2008
[ http://jira.jboss.com/jira/browse/JBAOP-568?page=comments#action_12411488 ]
Flavia Rainone commented on JBAOP-568:
--------------------------------------
The work on this task is finished. The only question I have is that, given I should undo JBAOP-550, what is the better way of doing this? As part of this task ? (it is related) Or should I reopen JBAOP-550, commit an undo, then mark it as rejected?
> Avoid extra info from being kept in the generated jp cache
> ----------------------------------------------------------
>
> Key: JBAOP-568
> URL: http://jira.jboss.com/jira/browse/JBAOP-568
> Project: JBoss AOP
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Affects Versions: 2.0.0.CR8
> Reporter: Flavia Rainone
> Assigned To: Flavia Rainone
> Fix For: 2.0.0.CR9
>
>
> GeneratedClassInfo, object used to keep the generated JoinPoint cache in JoinPointGenerator instances, keeps references to AdviceMethodProperties.
> However, the single information that is really required from AdviceMethodProperties during generated JoinPoint instantiation are the around cflow field names and initialization expressions.
> If we stop from keeping references to AdviceMethodProperties inside this cache, we will make it available for garbage collection.
--
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