[jboss-user] [JBoss AOP Development] New message: "Optimizing org.jboss.aop.pointcut.Util"

Flavia Rainone do-not-reply at jboss.com
Tue Jan 26 09:01:41 EST 2010


User development,

A new message was posted in the thread "Optimizing org.jboss.aop.pointcut.Util":

http://community.jboss.org/message/522305#522305

Author  : Flavia Rainone
Profile : http://community.jboss.org/people/flavia.rainone@jboss.com

Message:
--------------------------------------------------------------
During debugging of the http://community.jboss.org/thread/88687, I discovered that, for every transformation, the same classes were being retrieved from the classpool again and again during pointcut matching, all invocations being indirect invocations originated in org.jboss.aop.pointcut.Util.
 
I have locally added a very simple cache (that definetly will need improvement if it proves to have a positive impact) to Util class. This cache basically stores the result of previous queries, which not only skips calls to the ClassPool, but also avoids recalculation of the entire query result.
 
As soon as I'm able to run the tests without failures, I'll measure the performance gain we may have with this cache, if any. All my findings will be posted here.

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/522305#522305




More information about the jboss-user mailing list