Searched refs:threadGroupForJDI (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DInternalEventHandler.java41 Thread thread = new Thread(vm.threadGroupForJDI(), this,
H A DEventQueueImpl.java221 super(vm.threadGroupForJDI(), "JDI Event Queue Timer");
H A DTargetVM.java56 this.readerThread = new Thread(vm.threadGroupForJDI(),
331 super(vm.threadGroupForJDI(), "JDI Event Control Thread");
H A DVirtualMachineImpl.java59 private final ThreadGroup threadGroupForJDI; field in class:VirtualMachineImpl
168 threadGroupForJDI = new ThreadGroup(vmManager.mainGroupForJDI(),
1411 ThreadGroup threadGroupForJDI() { method in class:VirtualMachineImpl
1412 return threadGroupForJDI;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DVirtualMachineImpl.java97 private final ThreadGroup threadGroupForJDI; field in class:VirtualMachineImpl
262 threadGroupForJDI = new ThreadGroup("JDI [" +
458 ThreadGroup threadGroupForJDI() { method in class:VirtualMachineImpl
459 return threadGroupForJDI;

Completed in 44 milliseconds