JamVM

From Wikipedia, the free encyclopedia

Jump to: navigation, search
JamVM
Developer(s) Robert Lougher
Stable release 1.5.4 / January 1, 2010; 40 day(s) ago (2010-01-01)
Written in C and Java
Operating system Cross-platform
Type Java Virtual Machine
License GNU General Public License
Website http://jamvm.sourceforge.net

JamVM is an open source Java Virtual Machine (JVM) developed to be extremely small compared with other virtual machines (VMs) while conforming to the Java virtual machine specification version 2 (blue book).

JamVM is designed to use the GNU Classpath Java class library and recent versions support object finalization, Soft/Weak/Phantom References, the Java Native Interface (JNI) and the Reflection API. The garbage collector can run either synchronously or asynchronously within its own thread.

JamVM currently supports the CPUs: AMD64, ARM, i80486, MIPS, and PowerPC.

[edit] See also

[edit] External links

Languages