DocumentCode :
3437064
Title :
Hardware Objects for Java
Author :
Schoeberl, Martin ; Korsholm, Stephan ; Thalinger, Christian ; Ravn, Anders P.
Author_Institution :
Inst. of Comput. Eng., Vienna Univ. of Technol., Vienna
fYear :
2008
fDate :
5-7 May 2008
Firstpage :
445
Lastpage :
452
Abstract :
Java, as a safe and platform independent language, avoids access to low-level I/O devices or direct memory access. In standard Java, low-level I/O it not a concern; it is handled by the operating system. However, in the embedded domain resources are scarce and a Java virtual machine (JVM) without an underlying middleware is an attractive architecture. When running the JVM on bare metal, we need access to I/O devices from Java; therefore we investigate a safe and efficient mechanism to represent I/O devices as first class Java objects, where device registers are represented by object fields. Access to those registers is safe as Java´s type system regulates it. The access is also fast as it is directly performed by the bytecodes getfield and putfield. Hardware objects thus provide an object-oriented abstraction of low-level hardware devices. As a proof of concept, we have implemented hardware objects in three quite different JVMs: in the Java processor JOP, the JIT compiler CACAO, and in the interpreting embedded JVM SimpleRTJ.
Keywords :
Java; object-oriented methods; virtual machines; Java virtual machine; direct memory access; hardware objects; low-level hardware devices; object-oriented abstraction; Computer science; Distributed computing; Embedded system; Hardware; Java; Operating systems; Registers; Virtual machining; Web server; Yarn;
fLanguage :
English
Publisher :
ieee
Conference_Titel :
Object Oriented Real-Time Distributed Computing (ISORC), 2008 11th IEEE International Symposium on
Conference_Location :
Orlando, FL
Print_ISBN :
978-0-7695-3132-8
Type :
conf
DOI :
10.1109/ISORC.2008.63
Filename :
4519615
Link To Document :
بازگشت