[jboss-dev-forums] [Design of JBoss Profiler] - Re: Class Leakage Tool

clebert.suconic@jboss.com do-not-reply at jboss.com
Fri Aug 25 11:12:18 EDT 2006


On JBossProfiler.war there is a WebInterface that will automate the navigation on JVMTIInterface.


Go to http://localhost:8080/jboss-profiler
Look at the third option on the Menu.

That will intercept class references in a Tomcat/JBoss instance.

You will need JVMTIInterface (the MBean) deployed as well.

You can redeploy your application couple times, forcing classes being loaded twice, and look for duplications.

You can play with Clean Session and get duplications again every time you execute a redeployment. The application will "download" a matrix from C++layer into Java Layer. If you redeploy the matrix will be out dated.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967506#3967506

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967506



More information about the jboss-dev-forums mailing list