Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试分析我在 WebLogic 9.2 上运行的 Spring Web 应用程序
JRockit Mission Control 4.0 运行良好,只是它不捕获 Spring Beans 方法调用。有什么技巧可以让它发挥作用吗?
很可能您的 Spring Web 应用程序使用不同的类加载器加载相同的类。
方法分析器只计算它找到的第一个类加载器的调用,而不是全部。