IntelliJ Java IDE
The moose likes Performance and the fly likes Best JVM implementations Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "Best JVM implementations" Watch "Best JVM implementations" New topic
Author

Best JVM implementations

Bruno Arantes
Greenhorn

Joined: Apr 30, 2003
Posts: 24
Have anyone here ever tested different JVM implementations in order to test performance?
Based on those tests, what JVMs would you recommend as "the best" ones?
Thanks in advance.
Bruno.


Bruno Arantes Bueno.<br />Certified Lotus Specialist, SCJP 1.4.
Peter den Haan
author
Ranch Hand

Joined: Apr 20, 2000
Posts: 3252
The last Volano report is unfortunately getting a bit long in the tooth by now, but you might be interested regardless. At the very least it should hammer home that asking for "the best" merely invites the counter-question, "the best at doing what?" For example, the IBM JVMs have the best message throughput but JRockit rules the roost in network scalability.
Do keep in mind that JDK 1.4 may well have changed the landscape considerably.
- Peter
[ April 30, 2003: Message edited by: Peter den Haan ]
Wouter Zelle
Ranch Hand

Joined: Apr 12, 2002
Posts: 30
Osvaldo Pinali Doederlein's JAVA PERFORMANCE REPORT is a very comprehensive examination of various JVM's. It also includes the 1.4 JVM.
 
IntelliJ Java IDE
 
subject: Best JVM implementations
 
Threads others viewed
Simple but advanced question
Free JVM
Best implementation
jvm and jre diffrence
Thread Scheduling (Multiple CPU)
IntelliJ Java IDE