Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
IBM Programming IT Technology

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."
This discussion has been archived. No new comments can be posted.

Eclipse Now Runs On Jikes Research Virtual Machine

Comments Filter:
  • Does anyone care? (Score:1, Interesting)

    by Anonymous Coward
    I don't mean to offend, but the fact that after 20 minutes there's not even a FP here seems a little odd.
    • I care. This is rad. There's not much to say about it, though.
  • Congratulation to all who made this possible. I don't imagine it was easy.
  • by Anonymous Coward on Tuesday September 16, 2003 @08:40PM (#6981335)
    - it's 99% written in Java itself (not C).
    - it uses a modified reference counting scheme for garbage collection.
  • by okock ( 701281 ) on Wednesday September 17, 2003 @07:39AM (#6984344) Homepage
    More options came in August [slashdot.org], when the gcj team announced to compile/run eclipse natively without a vm and much better startup time.

    Olaf
  • why is this great (Score:1, Insightful)

    by Anonymous Coward
    ok, so i program in java and i think i have unknowingly actually used jikes...

    but someone please explain the implications...
    - speed?
    - open source?
    - portability?

    • Re:why is this great (Score:3, Informative)

      by jkauzlar ( 596349 ) *
      Jikes is reportedly faster than Sun's JVM and may have better memory management. Many have said they were disappointed with their application's performance, but when they ran it under Jikes, it was like a breath of fresh air. I've heard no portability advantages since Sun does a good job developing for just about every popularly used OS. Open source code could be ported anywhere there's a compiler, of course.

      My hope is that an open source solution would allow for further experimentation with the JIT compi

      • Oh, and I forgot one giant feature we may get to see if Java goes open-source: Multiple applications under one JVM! Sun is working this out although I think they're reluctant to release anything due to issues with security and stability. An open-source developer may be less reluctant. This may be equivalent to having a JVM running as a service and would allow almost perl-like load-times if you want to script in Jython or JRuby or something. Having an unstable JVM like this may not be such a big deal if you'
    • by dhk42 ( 586518 )
      The jikes that you "have unknowingly acually used" was most likely just the compiler (which has been available for ages and is excellent).

      It probably was not the virtual machine described here.

It is easier to write an incorrect program than understand a correct one.

Working...