  |
http://www.sablevm.org/ - http://www.sablevm.org/
Java virtual machine for GNU/Linux. [Open Source, GPL] |
  |
Sable Research Group - Publications - http://www.sable.mcgill.ca/publications/
Papers and theses on optimization and efficiency of Java virtual machines. |
  |
The Squawk Project - http://research.sun.com/projects/squawk/
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. |
  |
Open Runtime Platform - http://orp.sourceforge.net/
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] |