Notification of when the VM is restored from a checkpoint. Similar to
VMStartEvent this occurs before application code has run, including any
application hooks for the restore event.
The event is generated even if not explicitly requested.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionthread()
Returns the thread which is restoring the VM from a checkpoint.Methods declared in interface com.sun.jdi.Mirror
toString, virtualMachine
-
Method Details
-
thread
ThreadReference thread()Returns the thread which is restoring the VM from a checkpoint.- Returns:
- a
ThreadReference
representing the restore thread on the target VM.
-