Eclipse Now Runs On Jikes Research Virtual Machine 20
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."
Does anyone care? (Score:1, Interesting)
Re:Does anyone care? (Score:1)
Re:IBM PR (Score:3, Insightful)
I disagree. IBM has put a huge amount of time and resources into free software that lots of people use: Eclipse, Linux, etc. The effort to get Eclipse to work on Jikes RVM gives users a world-class Java IDE which is entirely based on open source software. One of the most interesting things about Eclipse on Jikes RVM is that it does not require any changes to Eclipse; the porting effort consistent entirely of fixing bugs and implementing missing functionality i
Re:IBM PR (Score:2)
Building the library Making all in lib make[1]: Entering directory `/users/xmas/rvmRoot/classpath/i686-pc-linux-gnu/ l ib' top_builddir=..
"Java application runs under [a third] JVM" (Score:2)
What makes this VM different is (Score:4, Interesting)
- it uses a modified reference counting scheme for garbage collection.
A selection of memory managers (Score:5, Informative)
There's more info on the memory management system in the Jikes RVM user's guide [ibm.com].
The memory managers supported include:
Re:well, this is interesting (Score:3, Funny)
Hmm, you must be using Windows:
Move the mousepointer to the lower left corner and click the button saying Start. From the opening menu select "Run...", type the name of a program to the appearing window and press Ok. Here is a complete list of the executables you can run:
winmine.exe
sol.exe
pinball.exe
freecell.exe
Re:well, this is interesting (Score:2, Insightful)
Re:well, this is interesting (Score:1)
Eclipse without VM - gcj news last month (Score:3, Interesting)
Olaf
why is this great (Score:1, Insightful)
but someone please explain the implications...
- speed?
- open source?
- portability?
Re:why is this great (Score:3, Informative)
My hope is that an open source solution would allow for further experimentation with the JIT compi
Another thing to look forward to with OS java (Score:2)
Re:why is this great (Score:2, Insightful)
It probably was not the virtual machine described here.