Searched refs:canRequestVMDeathEvent (Results 1 – 6 of 6) sorted by relevance
59 public boolean canRequestVMDeathEvent = false; field in Capabilities
361 targetVMCapabilities.canRequestVMDeathEvent = replyPacket in capabilities()425 public boolean canRequestVMDeathEvent() { in canRequestVMDeathEvent() method in VmMirror427 return targetVMCapabilities.canRequestVMDeathEvent; in canRequestVMDeathEvent()
606 boolean canRequestVMDeathEvent(); in canRequestVMDeathEvent() method
67 if (!debuggeeWrapper.vmMirror.canRequestVMDeathEvent()) { in testVMDeathRequest()
718 public boolean canRequestVMDeathEvent() { in canRequestVMDeathEvent() method in VirtualMachineImpl721 capabilitiesNew().canRequestVMDeathEvent; in canRequestVMDeathEvent()
839 if (!vm.canRequestVMDeathEvent()) { in createVMDeathRequest()