开发者

JRockit Mission Control does not capture Spring Bean methods invocations

I am trying to profile my Spring Web app running开发者_开发问答 on WebLogic 9.2

JRockit Mission Control 4.0 works perfectly except it doesn't capture Spring Beans method invocations. Are there any tricks to make it work?


Most likely your Spring Web app loads the same class using different class loaders.

The method profiler only counts invocations for the first classloader it finds, not all of them.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜