Kaffe Virtual Machine |
|
The Janos project uses the Kaffe virtual machine
as the base of the JanosVM.
See www.kaffe.org for more information
on Kaffe.
The Flux Research Group has accumulated a lot of experience with Kaffe having built several other projects in and around it. Additionally, Flux members have contributed several major parts of the VM including the "jthread" threading system, OSKit support, alpha GCJ support, and numerous bug fixes and other features. There are three projects available on this page:
Diffs between JanosVM and KaffeWe have implemented a number of features and bug fixes in the JanosVM that also apply to the standard Kaffe distribution. Because of time constraints we aren't always able to back port them, so we have provided fairly recent diffs here: They are separated based on directory to keep it from being one overwhelming blob of diffs.Cross-language Profiling in KaffeWe have implemented a system for combined profiling of C and JIT'ed Java code in Kaffe. This makes it possible to produce timing and call graph data covering both languages in a format that can be understood by GNU gprof. The implementation works much like regular C profiling, it gets timing information by regularly sampling the current value of the PC and adds a call to an `mcount' like function to the beginning of JIT'ed methods. Then, at exit, the profiling data is written out, as well as an assembler file containing symbol information for the JIT'ed code.(We also added rudimentary support for GDB debugging of JIT'd code and a simple feedback framework based on this infrastructure. See the announcement for more details.) Our cross-language profiling support was added to the Kaffe CVS repository on May 23, 2000. Go to the Kaffe CVS page for information on getting the latest Kaffe. We still have our patches and snapshot available: The vast majority of this work was done by Tim Stack .
Nightly Regression TestsAs a service to the Kaffe developers we have setup our in-house automated testing software, flest, to configure, compile, install and check Kaffe each night on the latest CVS snapshot. A summary of the tests is sent to thekaffe-nightlytests
mailing list once each night. We run the tests on the following
configurations of Kaffe:
To subscribe: Send mail to
majordomo@flux.cs.utah.edu with
To unsubscribe: Send mail to
majordomo@flux.cs.utah.edu with
If you have comments, questions, problems or suggestions (e.g., if you want another configuration added to the set of tested configurations), please contact the Kaffe-nightlytests Owner. |
Problems? Contact the Janos Web Admin.
Last updated April 30, 2004.