SableVM

From Wikipedia, the free encyclopedia
Jump to: navigation, search
SableVM
SableVM Logo.png
Developer(s) Sable Research Group
Stable release 1.13 / March 30, 2007; 4 years ago (2007-03-30)
Development status Unmaintained
Operating system Cross-platform
Type Java Virtual Machine
License GNU Lesser General Public License
Website http://sablevm.org

SableVM is a clean room implementation of Java bytecode interpreter implementing the Java virtual machine specification, second edition.

SableVM was designed to be a robust, extremely portable, efficient, and fully specifications-compliant (JVM spec, Java Native Interface, Invocation interface, Debug interface, etc.) Java Virtual Machine that would be easy to maintain and to extend. It is now no longer being maintained.

[edit] Overview

The core engine is an interpreter which uses state-of-the-art techniques to deliver performance that can approach that of a "naive" just-in-time (JIT) compiler, while retaining the software engineering advantages of interpreters: portability, maintainability and simplicity. This simplicity makes SableVM's source code very accessible and easy to understand for new users/programmers.

SableVM is Free Software — it is licensed under the GNU Lesser General Public License (LGPL). It also makes use of GNU Classpath (copyrighted by the FSF) which is licensed under the GNU General Public License with linking exception.

SableVM is the first open source virtual machine for Java to include the support for JVMDI (Java Virtual Machine Debugging Interface) and JDWP (Java Debug Wire Protocol).[citation needed] These standard Java debugging interfaces are used for example by Eclipse to provide a rich and user-friendly Java development environment.

[edit] See also

[edit] External links

Personal tools
Namespaces

Variants
Actions
Navigation
Interaction
Toolbox
Print/export
Languages