Home
last modified time | relevance | path

Searched refs:threadGroupForJDI (Results 1 – 4 of 4) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DTargetVM.java56 this.readerThread = new Thread(vm.threadGroupForJDI(), in TargetVM()
334 super(vm.threadGroupForJDI(), "JDI Event Control Thread"); in EventController()
DInternalEventHandler.java41 Thread thread = new Thread(vm.threadGroupForJDI(), this, in InternalEventHandler()
DEventQueueImpl.java221 super(vm.threadGroupForJDI(), "JDI Event Queue Timer"); in TimerThread()
DVirtualMachineImpl.java59 private final ThreadGroup threadGroupForJDI; field in VirtualMachineImpl
168 threadGroupForJDI = new ThreadGroup(vmManager.mainGroupForJDI(), in VirtualMachineImpl()
1410 ThreadGroup threadGroupForJDI() { in threadGroupForJDI() method in VirtualMachineImpl
1411 return threadGroupForJDI; in threadGroupForJDI()