Module jdk.jdi

Interface VMRestoreEvent

All Superinterfaces:
Event, Mirror

public interface VMRestoreEvent extends Event
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 Type
    Method
    Description
    Returns the thread which is restoring the VM from a checkpoint.

    Methods declared in interface com.sun.jdi.event.Event

    request

    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.