Download List

專案描述

JamVM is a new Java Virtual Machine which conforms to the JVM specification, second edition (blue book). In comparison to most other VMs (free and commercial) it is extremely small. However, unlike other small VMs (e.g., KVM) it is designed to support the full specification, and includes support for object finalisation and the Java Native Interface (JNI).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-06-16 16:04
1.3.1

This release improves the speed of string
interning and object and array allocation. It
incorporates the generics patch and the Classpath
0.15 boot library path patch. A couple of other
minor feature enhancements have also been added,
and several bugs have been fixed.
標籤: Minor feature enhancements

2005-04-05 22:04
1.3.0

Since the last announcement, the interpreter has been changed to use "direct-dispatching", and is now on average 80-100% faster. This release has been ported to Mac OS X/Darwin. Several other minor features have been added, and bugs fixed.
標籤: Major feature enhancements

2004-12-24 20:22
1.2.3

This release sets the locale and associated system properties for use with GNU Classpath. A powerPC bug has been fixed that broke image display, and more zip consistency checks are included. A couple of other minor build changes have also been made.
標籤: Minor feature enhancements

2004-09-13 17:35
1.2.0

Major improvements include a substantially
rewritten interpreter and Zip/Jar support in the
bootstrap class loader. The interpreter gives a
speed-up of between 15-30% on PowerPC and 50% on
ARM. Several bugs have also been fixed. These are
mostly concerned with "edge conditions", and
didn't affect the majority of users.
標籤: Major feature enhancements

2004-05-23 13:27
1.1.4

This release added support for GNU Classpath 0.09
and implemented the JNI enhancements introduced in
Java 1.2. The deprecated compiler warnings in GCC
versions newer than 3.3.3 were fixed (it now builds
with GCC 3.5.0). Some build improvements were
made along with minor bugfixes and performance
enhancements.
標籤: Minor feature enhancements

Project Resources