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.
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]