JRMC4.0: Method profiler not picking the right class instance
875298Jul 13 2011 — edited Jun 5 2012Testing with JRMC 4.0 + R28 1.6
Method profiler works on unit-test cases. However, when using it on a large scale application, it did not work properly for some of the classes and methods (zero invocation count).
I searched internet and saw some ppl mentioning about multiple class loader could result that weird behavior. I only using one simple spring class loader, therefore don't know how to resolve it...
Any suggestion would be appreciated...