Modern Java VM provides a checkpoint mechanism that allows the interruption of a running VM, persists the execution to a file and continues the execution from the persisted state. This can be useful ...
Abstract: In this paper we present a novel application-assisted checkpoint-restart mechanism for Java applications. The checkpoint-restart API provides the application developers with full control ...