Sun and Oracle Community Voices How to Buy Log In United States [Change] English

»  Spotlight Articles
»  Projects
»  Publications
»  People
»  Awards
»  Events
»  Downloads
»  Internships
»  Contrarian Minds
»  About Sun Labs
Project Guest VM: GuestVM Structure

Project Guest VM: GuestVM Structure

Introduction

Guest VM consists of the five subprojects (subdirectories) outlined below. Additional documentation can be found by following the link associated with the sub-project.
  • GuestVMBase: utility code separated out to avoid project circularities
  • GuestVM: the main body of Java code
  • GuestVMNative: native shim between Guest VM Java code and the microkernel
  • MaxineELF: Reading/writing ELF files (originally part of Maxine)
  • JNodeFS: Ext2 file system in Java from the JNode operating system
  • YANFS: NFS in Java from http://yanfs.dev.java.net