The Artima Developer Community
Sponsored Link

News & Ideas Forum (Closed for new topic posts)
IBM Releases Jikes Research Virtual Machine

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Bill Venners

Posts: 2284
Nickname: bv
Registered: Jan, 2002

IBM Releases Jikes Research Virtual Machine Posted: Jan 11, 2003 4:34 PM
Reply to this message Reply
Advertisement
IBM has released the Jikes Research Virtual Machine (RVM) to provide the research community with a flexible open testbed to prototype virtual machine technologies and experiment with design alternatives.

http://www-124.ibm.com/developerworks/oss/jikesrvm/

Here is an excerpt from their page:

The Jikes RVM runs on Linux/IA-32, AIX/PowerPC, and Linux/PowerPC platforms and includes state-of-the-art virtual machine technologies for dynamic compilation, adaptive optimization, garbage collection, thread scheduling, and synchronization. A distinguishing characteristic of the Jikes RVM is that it is implemented in the Java programming language and is self-hosted i.e., its Java code runs on itself without requiring a second virtual machine. In contrast, almost all other virtual machines for the Java platform are either written in native code (typically, C or C++) or written in the Java programming language with a reliance on a second underlying virtual machine to execute its Java code. A Java implementation provides ease of portability, and a seamless integration of virtual machine and application resources such as objects, threads, and operating-system interfaces.

Topic: The Making of Python Previous Topic   Next Topic Topic: Sun, Oracle, Fujitsu to Push Web Services Reliability Spec

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use