Skip to content

abhijangda/JikesRVM

 
 

Repository files navigation

Distributed JikesRVM Profiling System

Jikes Research Virtual Machine

Jikes RVM (Research Virtual Machine) provides a flexible open testbed to prototype virtual machine technologies and experiment with a large variety of design alternatives. The system is licensed under the EPL, an OSI approved license. Jikes RVM runs on IA32 32 bit (64 bit support is work in progress) and PowerPC (big endian only).

A distinguishing characteristic of 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. Most other virtual machines for the Java platform are written in native code (typically, C or C++). 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.

More information is available at our website.

Building

You'll need

  • a JDK (>= 6)
  • Ant (>= 1.7) with optional tasks
  • GCC with multilibs
  • Bison
  • an internet connection during the first build to download GNU Classpath and other components

Please see the user guide for more details.

Need support?

Please ask on the researchers mailing list.

Bug reports

If you want to report a bug, please see this page on our website.

Contributions

See the contributions page for details.

The short version:

  • Contributions are licsensed under EPL and require a Contributor License Agreement. You keep your copyright.
  • You can send us patches or use pull requests. Send patches to the core mailing list.
  • It is ok to test on one platform only (e.g. only on IA32).

History

The project migrated from Subversion to Mercurial and from Mercurial to Git. Certain older changes are not contained in this repository. If you need access to these changes, you can browse the old repositories at SourceForge. The relevant parts of the old repositories are also mirrored on GitHub (see below).

The last commit in the Mercurial repository is commit #11358 (hg commit id d4ced37a7a0d) from Tue, 08 Sep 2015 13:55:48 +0200. The matching commit in this Git repository has the commit id 871ee0e826c161c8cb99bba7280dced6da850779.

The last interesting commit in the Subversion repository is commit #16061 (Move assertion on heavy lock state to within lock mutex to avoid possible race with inflation code). The matching commit in this Git repository has the commit id 164e4f465640364da0b135b78307e8cf1de8a070. The very last commit in the Subversion repository is commit #16068 (disable runs on piccolo until we get hg working on AIX.).

Mirrors of the old repositories on GitHub:

About

Jikes RVM (Research Virtual Machine)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 91.4%
  • HTML 3.8%
  • C 2.1%
  • Shell 1.0%
  • CSS 0.8%
  • C++ 0.4%
  • Other 0.5%