First page
Back
Continue
Last page
Graphics
Why non-JNI
Most/All VMs support JNI.
But it is very generic/slow.
VMs are sometimes very different:
GCJ has CNI (Compiled Native Interface)
Jikes RVM mostly pure java.
IKVM build on top of .NET framework.