Checkpointing
Condor jobs may be stopped at any arbitrary time
Virtual machine checkpointing would allow automatic heterogeneous mobility
- stack format not defined
- heap format undefined and universal serialization potentially problematic
- jit and optimization causes problems
- Must hack Java Virtual Machine
Java threads cannot be truly interrupted
- suspend(), resume(), stop() depreciated