summaryrefslogtreecommitdiff
path: root/package/jamvm/Config.in
diff options
context:
space:
mode:
authorJohn Voltz <john.voltz@gmail.com>2008-03-06 18:13:45 +0000
committerJohn Voltz <john.voltz@gmail.com>2008-03-06 18:13:45 +0000
commit808dd830257dd584d5245b4e8ca521c737b1cbdf (patch)
treea9eb2bbf4327743f0425537368825ff12da38ebf /package/jamvm/Config.in
parent4d59e3b4ce1bf2f0e79066b7b839d91d7aeeece2 (diff)
added jamvm
Diffstat (limited to 'package/jamvm/Config.in')
-rw-r--r--package/jamvm/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/jamvm/Config.in b/package/jamvm/Config.in
new file mode 100644
index 000000000..f7f4d3094
--- /dev/null
+++ b/package/jamvm/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_JAMVM
+ bool "jamvm"
+ default n
+ depends on BR2_PACKAGE_CLASSPATH
+
+ help
+ 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 ~180K, and Intel 150K.
+ 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, class-unloading, the Java Native Interface (JNI) and the Reflection API.
+ http://jamvm.sourceforge.net/