Java Optimized Processor
{{Short description|Processor which can execute Java bytecode}}
is a Java processor, an implementation of Java virtual machine (JVM) in hardware.
JOP is free hardware under the GNU General Public License, [https://www.gnu.org/licenses/gpl-3.0.txt version 3].
The intention of JOP is to provide a small hardware JVM for embedded real-time systems. The main feature is the predictability of the execution time of Java bytecodes. JOP is implemented over an FPGA.
See also
{{Portal|Computer programming}}
References
{{Reflist}}
External links
- [https://www.jopdesign.com/ JOP website]
- [https://github.com/amal029/jop JOP Github repository]
- A [https://web.archive.org/web/20060810193733/http://www.hum.aau.dk/video/2006/ciss/martinschoeberl/ Video] of a talk given at an embedded Java workshop introduces JOP.
{{Programmable Logic}}
{{Java Virtual Machine}}
{{prog-lang-stub}}