DESCR 441 B

12345678
  1. JamVM is a new Java Virtual Machine which conforms to the JVM
  2. specification version 2 (blue book). In comparison to most other VM's
  3. (free and commercial) it is extremely small, with a stripped executable
  4. on PowerPC of only ~135K, and Intel 100K. However, unlike other small
  5. VMs (e.g. KVM) it is designed to support the full specification, and
  6. includes support for object finalisation, the Java Native Interface
  7. (JNI) and the Reflection API.