mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
ae57c5178f
JVM specification version 2 (blue book). It is designed to support the full specification, and includes support for object finalisation, Soft/Weak/Phantom References, class-unloading, the Java Native Interface (JNI) and the Reflection API. WWW: http://jamvm.sourceforge.net/ PR: ports/122312 Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de>
9 lines
348 B
Plaintext
9 lines
348 B
Plaintext
JamVM is an extremely small Java Virtual Machine which conforms to the
|
|
JVM specification version 2 (blue book).
|
|
|
|
It is designed to support the full specification, and includes support
|
|
for object finalisation, Soft/Weak/Phantom References, class-unloading,
|
|
the Java Native Interface (JNI) and the Reflection API.
|
|
|
|
WWW: http://jamvm.sourceforge.net/
|