Searched refs:TargetVM (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DEventQueueImpl.java42 TargetVM target;
45 EventQueueImpl(VirtualMachine vm, TargetVM target) {
H A DTargetVM.java36 public class TargetVM implements Runnable { class in inherits:Runnable
53 TargetVM(VirtualMachineImpl vm, Connection connection) { method in class:TargetVM
H A DVirtualMachineImpl.java54 private final TargetVM target;
176 target = new TargetVM(this, connection);
229 * Tell other threads, notably TargetVM, that initialization
250 * code in TargetVM will throw a VMDisconnectedException.
432 * case, the run loop in TargetVM that is waiting for a packet
436 * waitForReply completes. In this case, TargetVM.waitForReply

Completed in 33 milliseconds