Commit graph

6 commits

Author SHA1 Message Date
joerg
155bafb949 Add bin/jamvm-java to PLIST. Bump revision. 2006-05-21 15:43:09 +00:00
tonio
2c48e4d7f0 fix the use to == for test(1) 2006-05-16 21:33:03 +00:00
tonio
be3078f917 there is no need to include bsd.prefs.mk here, now that java-env.mk includes it 2006-05-16 21:26:46 +00:00
tonio
7e8088b519 explicitly include bsd.prefs.mk do that java-env.mk alternative stuff do work
Thanks rillig !
2006-05-16 21:22:55 +00:00
joerg
13734b52ac Fix up OS and pthread detection. 2006-05-02 08:59:30 +00:00
tonio
cff0e6a933 Import lang/jamvm from wip
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 ~135K,
and Intel 100K. However, unlike other small VMs (e.g. KVM) it is designed to
support the full specification, and includes support for object finalisation,
the Java Native Interface (JNI) and the Reflection API.
2006-04-16 22:16:36 +00:00