JRockit Mission Control 不捕获 Spring Bean 方法调用

发布于 2024-09-03 10:36:03 字数 137 浏览 2 评论 0原文

我正在尝试分析在 WebLogic 9.2

JRockit Mission Control 4.0 上运行的 Spring Web 应用程序,该应用程序运行良好,只是它不捕获 Spring Beans 方法调用。有什么技巧可以让它发挥作用吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不…忘初心 2024-09-10 10:36:03

您的 Spring Web 应用程序很可能使用不同的类加载器加载相同的类。

方法探查器仅计算它找到的第一个类加载器的调用,而不是所有调用。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文