[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: ClassLoader behaviour on remote clustering tests
flavia.rainone@jboss.com
do-not-reply at jboss.com
Thu Apr 10 13:25:20 EDT 2008
I'll take a look.
My bet is that the lazy generation of classes is affecting your test performance. The default instrumentation mode generates classes only when the affected joinpoint are executed for the first time. On the other hand, the classical instrumentation does not generate any classes in this moment... everything is generated during aopc execution solely.
I'll let you know when I have a better answer.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143261#4143261
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143261
More information about the jboss-dev-forums
mailing list