I'm trying to use version 2.0.0.Beta5 of.JBossProfiler to track down a classloader leak, as per Brian Stansberry's ClassloaderLeakUnitTestCase wiki page (http://community.jboss.org/wiki/ClassloaderLeakUnitTestCase), but I'm not getting the heap snapshots.
I'm guessing that
- I need a JVMTI agent
- that isn't implemented yet in JBossProfiler 2.0
- and that I need to go back to JBossProfiler 1.0 .
Is that right?
Thanks,
Ron
Correct.
The JVMTI layer in JBP2 is still a TODO, so you'll have to use JBP1 for memory operations currently.