Java processor

Processor using Java bytecode as its instruction set


title: "Java processor" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["java-virtual-machine", "high-level-language-computer-architecture"] description: "Processor using Java bytecode as its instruction set" topic_path: "arts" source: "https://en.wikipedia.org/wiki/Java_processor" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::summary 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.

Implementations

There are several research Java processors tested on FPGA, including:

Some commercial implementations included:

References

References

  1. (September 2008). "2008 Fifth International Conference on Quantitative Evaluation of Systems".
  2. "Systronix Home".
  3. (2006). "A Java processor with hardware-support object-oriented instructions". Microprocessors and Microsystems.
  4. (2008). "A Java processor architecture for embedded real-time systems". Journal of Systems Architecture.
  5. (2019). "Architecture of Computing Systems – ARCS 2019".

::callout[type=info title="Wikipedia Source"] 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. ::

java-virtual-machinehigh-level-language-computer-architecture