Topic: IBM JVM(JDK)与Sun JDK的简单比较 |
Print this page |
1.IBM JVM(JDK)与Sun JDK的简单比较 | Copy to clipboard |
Posted by: janage Posted on: 2004-08-08 22:52 源程序: public class test { public static void main(String[] args) { long startTime = System.currentTimeMillis(); int tmp=0; for ( int i =0; i< 999999999; i++ ) { tmp++; } long endTime = System.currentTimeMillis(); System.out.println(String.valueOf(endTime-startTime)); } } 编译后(两个编译器编译出来的代码运行起来没多大区别)。 我在Dos下运行 Sun JVM是: 4085左右ms。 IBM JVM是: 1552左右ms。 这个也差太我了吧,不知道Sun 的JVM有什么更好的地方? 注:都是jdk1.42。这个测试是我在Xp Pro下的测试结果。CPU P-M 1.3G DDR 333 512M内存。 |
2.Re:IBM JVM(JDK)与Sun JDK的简单比较 [Re: janage] | Copy to clipboard |
Posted by: junyuo Posted on: 2004-08-08 23:35 Using Bea jrockit, you can get the same outcome..... |
3.Re:IBM JVM(JDK)与Sun JDK的简单比较 [Re: janage] | Copy to clipboard |
Posted by: floater Posted on: 2004-08-09 09:14 client or server mode? |
4.Re:IBM JVM(JDK)与Sun JDK的简单比较 [Re: floater] | Copy to clipboard |
Posted by: think Posted on: 2004-08-09 11:59 如果IBM JVM(JDK)或hotSpot做了优化,这种简单测试可能没什么意义的。 而且client和server模式下的性能差别也是有的。 不知道有没有IBM JDK和SUN JDK的比较正式的测试报告? |
5.Re:IBM JVM(JDK)与Sun JDK的简单比较 [Re: janage] | Copy to clipboard |
Posted by: menzy Posted on: 2004-08-11 10:34 居然差这么多,没有想到 |
6.Re:IBM JVM(JDK)与Sun JDK的简单比较 [Re: janage] | Copy to clipboard |
Posted by: joelwx Posted on: 2004-08-11 12:06 client和server哪个快一点? |
7.Re:IBM JVM(JDK)与Sun JDK的简单比较 [Re: joelwx] | Copy to clipboard |
Posted by: nothing Posted on: 2004-08-11 12:26 IBM jdk起动tomcat没有sun jdk快. |
8.Re:IBM JVM(JDK)与Sun JDK的简单比较 [Re: joelwx] | Copy to clipboard |
Posted by: think Posted on: 2004-08-11 13:23 不好说,这和JDK版本、具体测试情况有关。 可以看看Java Perfomance Tunning(2nd)中的相关章节 |
9.Re:IBM JVM(JDK)与Sun JDK的简单比较 [Re: janage] | Copy to clipboard |
Posted by: someone Posted on: 2004-08-12 15:56 各位朋友,你们下载的IBM JDK 1.4.2是和Eclipse3.0打在一起的那个zip压缩包中的那个吗? 没有安装版本(.exe文件)的吧? |
10.Re:IBM JVM(JDK)与Sun JDK的简单比较 [Re: janage] | Copy to clipboard |
Posted by: janage Posted on: 2004-08-12 18:08 是呀。Java的JDK不需要什么安装的文件。只要设置好Java_HOME和Path就可以用了。 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |