HotSpot, or Java on Steroids: Sun's High-Performance Java Implementation


Urs Hölzle, Lars Bak, Steffen Grarup, Robert Griesemer, and Srdjan Mitrovic
Abstract: Current (1997) Java implementations exhibit only so-so performance, especially for large object-oriented programs. Who is to blame: Java programmers, Java compilers, or a mismatch with hardware optimized for C/Fortran? Can we expect better performance in the future?

After a brief introduction to the features of Java that make it different from C (i.e., dynamically-dispatched calls, synchronization, allocation/garbage collection, precise exceptions) I will discuss Java performance in detail, illustrating the above points by discussing the performance impact of sophisticated optimizations in the compiler and runtime system of JavaSoft's HotSpot compilers for SPARC and x86. I plan to end the talk by foolishly trying to predict the state of Java performance in the year 2000.


Talk given at HotChips IX, August 1997, Stanford, CA.

Presentation slides