SUN JVM (jdk1.5.0_14) 和多核 CPU 的 Java 本机方法问题
我们在 SUN JVM 上托管一个应用程序,该应用程序使用 Jaxb 处理大量 XML 解析。 该应用程序使用 JRockit 5 很好地解析 XML,但是当使用 SUN JVM 时,JVM 将大部分时间花在本机方法上,例如 java-lang.System.arraycopy、 java.lang.String.intern 和 java.lang.ClassLoader.getPackage。 CPU 负载约为。与 JRockit 相比,使用 SUN JVM 提高了 60%。
更奇怪的是,当我们只使用一个核心(在 WMWare 中)运行应用程序服务器时,问题就消失了。
有人经历过同样的行为吗?
马蒂亚斯·阿纳斯滕
We are hosting an application on SUN JVM that handles a lot of XML parsing using Jaxb.
The application is parsing the XML fine using JRockit 5 but when using the SUN JVM the JVM spends a majority of it’s time on native methods such as java-lang.System.arraycopy,
java.lang.String.intern and java.lang.ClassLoader.getPackage.
The CPU load is approx. 60% higher when using SUN JVM compared with JRockit.
Even stranger is that when we only run the application server using one core (in WMWare) the problem disappears.
Has anyone experienced the same behavior?
Mattias Arnersten
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论