summaryrefslogtreecommitdiffstats
path: root/package/jamvm/Config.in
blob: f7f4d3094eba4218ccdd1e2087d9987a9289d3ae (plain)
1
2
3
4
5
6
7
8
9
10
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/