SableVM
Sign in to saveSableVM was a clean room implementation of Java bytecode interpreter implementing the Java virtual machine (VM) 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.
Wikidata facts
- Instance of
- free software
- Official website
- sablevm.org
- Has use
- Java virtual machine
Show 4 more facts
- source code repository URL
- sourceforge.net/projects/sablevm/files
- operating system
- cross-platform
- copyright license
- GNU Lesser General Public License
- programmed in
- Java
via Wikidata · CC0
~3 min read
Encyclopedic overview
5 sectionsContents
- Overview
- Java Intermediate Language
- See also
- References
- External links
SableVM was a clean room implementation of Java bytecode interpreter implementing the Java virtual machine (VM) 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.
The implementation was a part of the effort in the early 2000s to break the Java ecosystem free from Sun Microsystems's control.
Excerpted from Wikipedia’s “SableVM” article, available under the CC BY-SA 4.0 licence.