From Surf Wiki (app.surf) — the open knowledge base
Maxine Virtual Machine
Open source software
Open source software
| Field | Value |
|---|---|
| name | Maxine |
| caption | Maxine Inspector screen image |
| author | Bernd Mathiske, |
| Douglas Simon | |
| (Sun Labs, Oracle) | |
| developer | University of Manchester, Maxine team |
| platform | x64, ARM32, AArch64, RISC-V |
| released | |
| latest release version | 2.9.0 |
| latest release date | |
| latest preview date | |
| operating system | Solaris, Linux, macOS |
| programming language | Java |
| genre | Java virtual machine |
| license | GPL version 2.0 |
Douglas Simon (Sun Labs, Oracle)
The Maxine virtual machine is an open source virtual machine that is developed at the University of Manchester. It was formerly developed by Sun Microsystems Laboratories, since renamed Oracle Labs. The emphasis in Maxine's software architecture is on modular design and code reuse for 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. Examples include Squawk and Jikes RVM.
Architecture
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, by the absence of an interpreter, and by a tightly coupled debugger and visualization tool for VM development.
Compatibility
Maxine is plug compatible with an unmodified Java Development Kit (JDK). Maxine can be developed, built, and run in standard Java integrated development environments (IDEs), including NetBeans, Eclipse, and IntelliJ IDEA.
Systems programming in Java
A secondary goal of the project is to develop methods and tools for "systems programming in Java". Compiler extensions, configured in VM source code using Java annotations, allow use, with no performance penalty, of low-level operations otherwise disallowed in Java. These extensions provided the foundation for the Graal compiler.
The Maxine Inspector
Specialized debugging support for the Maxine VM is provided by the Maxine Inspector: a companion tool that acts as a combined object, class, and method browser, and as a machine- and bytecode-level debugger. The Inspector runs out-of-process, needs no active VM support, and leverages code shared with the VM for specialized developer services that exploit detailed knowledge of memory layout and VM design. Notable services include:
- multiple mode views of code (source, bytecode, disassembled machine code) with multi-mode breakpoints and stepping;
- thread, stack, register, and thread local variable inspection;
- flexible low-level memory visualization with dynamic interpretation and linking of memory values, e.g. as code locations, object references;
- dynamic visualization of object fields and metadata;
- boot image configuration details; and
- specialized algorithm-specific support for debugging during GC.
History
Maxine was created by Bernd Mathiske at Sun Labs in early 2005. He led its development among a growing team until late 2008 when he left Sun Microsystems and handed the project over to Doug Simon who had been the first engineer to join it. Doug Simon continued in this role throughout the acquisition of Sun by Oracle Corporation.
The static (heap inspection) version of the Maxine Inspector was created by Bernd Mathiske in 2006. Michael Van De Vanter assumed development of the Inspector in 2007, adding dynamic support as the VM became executable and continued to evolve throughout the acquisition of Sun by Oracle Corporation.
Oracle continued development of Maxine until the release of Maxine 2.0. The University of Manchester is developing Maxine as of release 2.1.
References
Notes
Bibliography
- {{cite conference |last1=Kotselidis |first1=Christos |book-title=Proceedings of the 13th ACM SIGPLAN/SIGOPS International Conference on Virtual Execution Environments
- {{cite journal |last1=Wimmer |first1=Christian |doi-access=free
References
- (18 November 2021). "Maxine VM: A Metacircular VM for Java in Java".
- "Oracle Labs – About".
- "The Maxine Project: The Maxine Inspector".
- (5 April 2010). "Introduction to the Maxine Inspector (Demo)".
- (28 August 2010). "Maxine Inspector Mini-Demo 6 of 10 (2008): Multi-code Method Views".
- (28 August 2010). "Maxine Inspector Mini-Demo 5 of 10 (2008): Disassembled Bytecode".
- (28 August 2010). "Maxine Inspector Mini-Demo 4 of 10 (2008): Disassembled Machine Code".
- (28 August 2010). "Maxine Inspector Mini-Demo 10 of 10 (2008): Breakpoints".
- (28 August 2010). "Maxine Inspector Mini-Demo 7 of 10 (2008): Threads".
- (28 August 2010). "Maxine Inspector Mini-Demo 9 of 10 (2008): Stacks".
- (28 August 2010). "Maxine Inspector Mini-Demo 8 of 10 (2008): Registers".
- (28 August 2010). "Maxine Inspector Mini-Demo 2 of 10 (2008): Memory".
- (28 August 2010). "Maxine Inspector Mini-Demo 3 of 10 (2008): Heap Objects".
- (28 August 2010). "Maxine Inspector Mini-Demo 1 of 10 (2008): Boot Image Configuration".
- "Archived copy".
- (21 June 2017). "Maxine-VM: Maxine VM: A meta-circular research VM". GitHub.
This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.
Ask Mako anything about Maxine Virtual Machine — get instant answers, deeper analysis, and related topics.
Research with MakoFree with your Surf account
Create a free account to save articles, ask Mako questions, and organize your research.
Sign up freeThis content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.
Report