Sciweavers

PPPJ
2006
ACM

Enabling Java mobile computing on the IBM Jikes research virtual machine

13 years 10 months ago
Enabling Java mobile computing on the IBM Jikes research virtual machine
Today’s complex applications must face the distribution of data and code among different network nodes. Java is a wide-spread language that allows developers to build complex software, even distributed, but it cannot handle the migration of computations (i.e. threads), due to intrinsic limitations of many traditional JVMs. After analyzing the approaches in literature, this paper presents our research work on the IBM Jikes Research Virtual Machine: exploiting some of its innovative VM techniques, we implemented an extension of its scheduler that allows applications to easily capture the state of a running thread and makes it possible to restore it elsewhere (i.e. on a different hardware or software architecture, but still with a version of JikesRVM installed). Our thread serialization mechanism provides support for both proactive and reactive migration of single- and multithreaded Java applications. With respect to previous approaches, we implemented the mobility framework without re...
Giacomo Cabri, Letizia Leonardi, Raffaele Quitadam
Added 14 Jun 2010
Updated 14 Jun 2010
Type Conference
Year 2006
Where PPPJ
Authors Giacomo Cabri, Letizia Leonardi, Raffaele Quitadamo
Comments (0)