SableVM - Java virtual machine for GNU/Linux. [Open Source, GPL]
Open Runtime Platform - Research framework implementing advanced JIT and GC interfaces. These interfaces allow the JIT, GC and remaining runtime system to be developed in complete isolation and at independent rates. [Open Source, Intel License]
The Squawk Project - Research Java VM, examines better ways to build VMs. Most commercial VMs are coded in low level languages: C, assembly. Goal: write as much of VM as possible in Java, for portability, debugging, maintainability. Inspired by Squeak project.
|