JamVM

From Wikipedia, the free encyclopedia

Jump to: navigation, search
JamVM
Developer(s) Robert Lougher
Stable release 1.5.3 / 2009-04-14; 8 months ago
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