A simple extension of java language for controllable transparent migration and its portable implementation

37Citations
Citations of this article
5Readers
Mendeley users who have this article in their library.
Get full text

Abstract

A scheme has been developed that enables a Java program to be migrated across computers while preserving its execution state, such as the values of local variables and the dynamic extents of try-and-catch blocks. This scheme provides the programmer with exible control of mi- gration, including transparent migration. It is based on source-code-level transformation. The translator takes as input code a Java program writ- ten in a Java language extended with language constructs for migration, and outputs pure Java source code that uses JavaRMI. The translated code can run on any Java interpreter and can be compiled by any just-intime compiler. We have measured some execution performance for several application programs, and found that the translated programs are only about 20% slower than the original programs. Because migration is completely controlled by using only three language constructs added to the Java language (go, undock and migratory), the programmer can write programs to be migrated easily and succinctly. Our system is available in the public domain.

Cite

CITATION STYLE

APA

Sekiguchi, T., Masuhara, H., & Yonezawa, A. (1999). A simple extension of java language for controllable transparent migration and its portable implementation. In Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) (Vol. 1594, pp. 211–226). Springer Verlag. https://doi.org/10.1007/3-540-48919-3_16

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free