Java processor
Processor using Java bytecode as its instruction set
A Java processor is the implementation of the Java virtual machine (JVM) in hardware. In other words, the Java bytecode that makes up the instruction set of the abstract machine becomes the instruction set of a concrete machine. These were the most popular form of a high-level language computer architecture, and were "an attractive choice for building embedded and real-time systems that are programmed in Java". However, as of 2017, embedded Java is no longer common and no realtime Java chip vendors exist.
01Implementations
There are several research Java processors tested on FPGA, including:
- picoJava was the first attempt to build a Java processor, by Sun Microsystems. Its successor picoJava-II was freely available under the Sun Community Source License, and is still available from some archives.
- jHISC provides hardware support for object-oriented functions
- Java Optimized Processor for FPGAs. A PhD thesis is available, and it has been used in several commercial applications. In 2019 it was extended to be energy aware (EAJOP).
Some commercial implementations included:
- The aJile processor was the most successful ASIC Java processor.
- Cjip from Imsys Technologies. Available on boards and with wireless radios from AVIDwireless
- ARM926EJ-S was an ARM processor able to run Java bytecode, this technology being named Jazelle.
Sources and credits
This article is adapted from the Wikipedia article “Java processor”, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.
Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.