Searched refs:threadGroupForJDI (Results 1 – 4 of 4) sorted by relevance
56 this.readerThread = new Thread(vm.threadGroupForJDI(), in TargetVM()334 super(vm.threadGroupForJDI(), "JDI Event Control Thread"); in EventController()
41 Thread thread = new Thread(vm.threadGroupForJDI(), this, in InternalEventHandler()
221 super(vm.threadGroupForJDI(), "JDI Event Queue Timer"); in TimerThread()
59 private final ThreadGroup threadGroupForJDI; field in VirtualMachineImpl168 threadGroupForJDI = new ThreadGroup(vmManager.mainGroupForJDI(), in VirtualMachineImpl()1410 ThreadGroup threadGroupForJDI() { in threadGroupForJDI() method in VirtualMachineImpl1411 return threadGroupForJDI; in threadGroupForJDI()