JVM '02 Abstract
A Modular and Extensible JVM Infrastructure
Patrick Doyle and Tarek S. Abdelrahman, University of Toronto
Abstract
This paper describes the design, implementation,
and experimental evaluation of a modular and extensible
Java Virtual Machine (JVM) infrastructure, called Jupiter.
The infrastructure is intended to serve as a vehicle for
our research on scalable JVM architectures
for a 128-processor cluster of PC workstations,
with support for shared memory in software.
Jupiter is constructed, using a building block architecture,
out of many modules with small, simple interfaces.
This flexible structure, similar to UNIX
shells that build complex
command pipelines out of discrete programs, allows the rapid
prototyping of our research ideas by confining changes in JVM
design to a small number of modules.
In spite of this flexibility, Jupiter delivers
good performance.
Experimental evaluation of the current implementation
of Jupiter using the SPECjvm98 benchmarks shows that it is
on average 2.65 times faster than Kaffe and 2.20 slower
than the Sun Microsystems JDK (interpreter versions only).
By providing a flexible JVM infrastructure that delivers
competitive performance, we believe we have developed a
framework that supports further research into JVM
scalability.
- View the full text of this paper in
HTML and
PDF. Until August 2003, you will need your USENIX membership identification in order to access the full papers.
The Proceedings are published as a collective work, © 2002 by the USENIX Association. All Rights Reserved. Rights to individual papers remain with the author or the author's employer. Permission is granted for the noncommercial reproduction of the complete work for educational or research purposes. USENIX acknowledges all trademarks within this paper.
- If you need the latest Adobe Acrobat Reader, you can download it from Adobe's site.
- To become a USENIX Member, please see our Membership Information.
|