Stefan Fünfrocken, Darmstadt University of Technology WETICE’97 Slide 13
Simulating Transparent Migration in Java Java doesn’t provide transparent migration. programm “as if ” Use code instrumentation go() mymethod() { } mymethod(int x) { } if ( x==1) go() if ( x==2) save local variable values
- n demand only