Eclipse Now Runs On Jikes Research Virtual Machine
jscribner writes "IBM reached another key milestone in open source: Eclipse, a completely open source platform, now runs on the Jikes Research Virtual Machine (RVM) improving its teaching/research potential because it provides the community with a significant open source Java benchmark that runs on top of a flexible open testbed (Jikes RVM). The testbed runs on Linux and uses the GNU Classpath implementation of Java libraries (read: complete open source solution). Although Jikes RVM was developed by IBM researchers at the IBM TJ Watson Research Center, it was donated to the community in October 2001 and now has a steering committee and core team that include both IBMers and other university researchers."
There's more info on the memory management system in the Jikes RVM user's guide.
The memory managers supported include:
My hope is that an open source solution would allow for further experimentation with the JIT compiler (compiling byte code to native code on the fly) could actually result in faster JVM code than C code (disregarding load times of course). Experimenters may also find tricks to speed up and improve the GUI as well, which Java seriously needs.