1
Personal Java/Jeode/J2ME Personal Profile / Anyone Ported Jamvm?
« on: November 24, 2005, 09:26:11 am »
Ok, great.
Will it work on Sharp ROM too?
Will it work on Sharp ROM too?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
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 ~135K, and Intel 100K. However, unlike other small VMs (e.g. KVM) it is designed to support the full specification, and includes support for object finalisation, Soft/Weak/Phantom References, the Java Native Interface (JNI) and the Reflection API.
ARM: ported and tested on the iPAQ running Linux (3950, with xscale PXA250 processor, though it should work on StrongARM). Little and Big Endian machines are supported, and soft/kernel FP emulation.