Downloadliste

Projektbeschreibung

Jikes RVM (Research Virtual Machine) provides a flexible open testbed to prototype virtual machine technologies and experiment with a large variety of design alternatives. Jikes RVM runs on many platforms and advances the state-of-the-art of virtual machine technologies for dynamic compilation, adaptive optimization, garbage collection, thread scheduling, and synchronization. It 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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-02-13 06:54
3.1.3

Diese Version enthält eine Reihe von Verbesserungen und Bugfixes. Zu den Highlights zählen eines neuen Rahmens für Unit-Tests, Korrekturen für den Aufbau von Jikes RVM mit den letzten Java 6 und Java 7 Host JVMs, Codebereinigung Quelle und eine Reihe von Bugfixes.
This release includes a number of enhancements and bugfixes. Highlights include a new framework for unit testing, fixes for building Jikes RVM using recent Java 6 and Java 7 host JVMs, source code cleanup, and a number of bugfixes.

2012-02-26 07:04
3.1.2

Dieses Release fügt eine Reihe von Erweiterungen und Bugfixes von Jikes RVM Gemeinschaft beigetragen.
This release adds a number of enhancements and bugfixes contributed by the Jikes RVM community.

2012-02-24 07:17
3.1.1

Diese Version hat gewechselt, zum Verwenden von systemeigenen threading. Der Standard-Reifen Raum-Kollektor wurde von Mark-Sweep auf Immix geändert. Es gibt signifikante Verbesserungen über die Leistung von 3.0.1, mit Beschleunigungen von 10 % und 21 % im Durchschnitt für DaCapo und SPEC Benchmarks bzw. auf einem Intel C2Q. Zu den Highlights zählen einer 29 % ige Verbesserung in Jbb und eine 32 % ige Verbesserung in Jython.
This release has switched to using native threading. The default mature space collector has changed from Mark-Sweep to Immix. There are significant improvements over the performance of 3.0.1, with speedups of 10% and 21% on average for DaCapo and SPEC benchmarks respectively on an Intel C2Q. Highlights include a 29% improvement in jbb and a 32%
improvement in Jython.

2004-05-03 03:21
2.3.2

Diese Version ist vollständig freie Software. Es verwendet, um auf die proprietäre (SO) VM während des Build-Prozesses abhängen, aber nicht darauf verlassen, nicht mehr.
Tags: Major feature enhancements
This release is fully free software. It used to depend upon the proprietary (Sun) VM during the build process, but does not depend upon it any more.

2003-01-10 19:08
2.2.0

Diese Version nutzt vor allem die GNU Classpath-Klassenbibliotheken. JMTk (Java Memory-Management-Tool-Kit) wird eingeführt. Es gibt Unterstützung für die Sammlung und Verwertung der dynamische Branche für bedingte Wahrscheinlichkeiten und Mehr-Wege-Filialen. Pakete wurden in den Jikes RVM Quellcode eingeführt. Ein Bytecode Verifier war beigetragen. Support für die Intel Zyklenzähler war beigetragen. Unterstützung für PowerPC-Hardware Leistungsindikatoren auf AIX 5 angefügt wurde.
Tags: Major feature enhancements
This release mostly uses the GNU Classpath class libraries. JMTk (Java Memory management Tool kit) is introduced. There is support for gathering and exploiting dynamic branch probabilities for conditional and multi-way branches. Packages have been introduced in the Jikes RVM source code. A bytecode verifier was contributed. Support for the Intel cycle counter was contributed. Support for PowerPC hardware performance counters on AIX 5 has been added.

Project Resources