Home Strategy Activities Grants Publications People Sponsors Contact Us 
  

Hi06tecs

M.T. Higuera-Toledano. Hardware support for detecting illegal references in a multiapplication real-time Java environment. ACM Trans. Embedded Comput. Syst, 5(4):753-772, 2006.

Abstract

Our objective is to adapt the Java memory management to an embedded system, e.g., a wireless PDA executing concurrent multimedia applications within a single JVM. This paper provides software, and hardware-based solutions detecting both illegal references across the application memory spaces and dangling pointers within an application space. We give an approach to divide/share the memory among the applications executing concurrently in the system. We introduce and define application-specific memory, building upon the real-time specification for Java (RTSJ) from the real-time Java expert group. The memory model used in RTSJ imposes strict rules for assignment between memory areas, preventing the creation of dangling pointers, and thus maintaining the pointer safety of Java. Our implementation solution to ensure the checking of these rules before each assignment inserts write barriers that use a stack-based algorithm. This solution adversely affects both the performance and predictability of the RTSJ applications, which can be improved by using an existing hardware support

Keywords

[ Java ] [ Tic2003-01321 ] [ Biogridnet ]

Contact

Maria Teresa Higuera-Toledano

BibTex Reference

@article{Hi06tecs,
   Author = {Higuera-Toledano, M.T.},
   Title = {Hardware support for detecting illegal references in a multiapplication real-time Java environment},
   Journal = {ACM Trans. Embedded Comput. Syst},
   Volume = {5},
   Number = {4},
   Pages = {753--772},
   Year = {2006}
}

Admin · Log In