Исходный код jamvm:
JamVM is a new Java Virtual Machine which conforms to the JVM specification version 2 (blue book). In comparison to most other VM's (free and commercial) it is extremely small, with a stripped executable on PowerPC of only ~110K, and Intel 80K. However, unlike other small VMs (e.g. KVM) it is designed to support the full specification, and includes support for object finalisation, the Java Native Interface (JNI) and the Reflection API.
|
|
|
| Архитектура | Размер пакета | В установленном виде | Файлы |
|---|---|---|---|
| amd64 | 198,8 Кб | 540 Кб | [список файлов] |
| arm | 182,8 Кб | 452 Кб | [список файлов] |
| i386 | 175,4 Кб | 436 Кб | [список файлов] |
| powerpc | 191,7 Кб | 536 Кб | [список файлов] |