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