jamvm: Clarify and clean up package description 7920/head
authorDaniel Santos <daniel.santos@pobox.com>
Tue, 8 Jan 2019 12:49:26 +0000 (06:49 -0600)
committerDaniel Santos <daniel.santos@pobox.com>
Wed, 9 Jan 2019 02:28:51 +0000 (20:28 -0600)
Clean up white space and properly clarify the Java version implemented.

Signed-off-by: Daniel Santos <daniel.santos@pobox.com>
lang/jamvm/Makefile

index 24bb4ad08e8d2b4e1576030ae129596d47ba7e80..616bd66c7dfcf773a8bd6cbf94e41320d59eab95 100644 (file)
@@ -35,9 +35,9 @@ define Package/jamvm
 endef
 
 define Package/jamvm/description
- JamVM is a new Java Virtual Machine which conforms to the JVM
- specification version (blue book). In comparison to most other VM's (free
- and commercial) it is extremely small.However, unlike other small VMs
+ JamVM is a Java Virtual Machine which conforms to the JVM
+ specification version 2 (a.k.a, 1.2).  In comparison to most other VM's (free
+ and commercial) it is extremely small.  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.