The Internet Archive discovers and captures web pages through many different web crawls.
At any given time several distinct crawls are running, some for months, and some every day or longer.
View the web archive through the Wayback Machine.
This article has multiple issues. Please help improve it or discuss these issues on the talk page.
This article includes a list of references, but its sources remain unclear because it has insufficient inline citations. Please help to improve this article by introducing more precise citations.(August 2012)
The Maxine Virtual Machine[1] is an open source virtual machine that was developed by Oracle Labs[2] (formerly Sun Microsystems Laboratories). The emphasis in Maxine's architecture is on modular design and code reuse in the name of flexibility, configurability, and productivity for industrial and academic virtual machine researchers. It is one of a growing number of Java Virtual Machines written entirely in Java in a meta-circular style (for example, Squawk and Jikes RVM).
Oracle has stopped development of Maxine with the release of Maxine 2.0.[3]
The Maxine VM is characterized internally by aggressive use of advanced language features in Java 1.5 and 1.6, by modular subsystems coordinated through Java interfaces, and by the absence of an interpreter.
A secondary goal of the project is development of methodologies and tools for "systems programming in Java". Compiler extensions, configured in VM source code using Java annotations, permit the use, without performance penalty, of low-level operations that are not otherwise allowed in Java.
Specialized debugging support for the Maxine VM is provided by the Maxine Inspector:[4] a companion tool that acts as a combined object, class, and method browser, as well as a machine-level debugger. The Inspector runs out-of-process, requires no active VM support, and leverages code shared with the VM for specialized developer services.
^Christian Wimmer, Michael Haupt, Michael L. Van De Vanter, Mick Jordan, Laurent Daynès, and Douglas Simon. 2013. Maxine: An approachable virtual machine for, and in, Java. ACM Transactions on Architecture and Code Optimization (TACO)9, 4, Article 30 (January 2013), 24 pages.