Searched refs:getThreads (Results 1 - 22 of 22) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DPointerFinder.java64 for (JavaThread t = VM.getVM().getThreads().first(); t != null; t = t.next()) {
134 for (JavaThread t = VM.getVM().getThreads().first(); t != null; t = t.next()) {
H A DAbstractHeapGraphWriter.java127 Threads threads = VM.getVM().getThreads();
H A DReversePtrsAnalysis.java94 for (JavaThread thread = VM.getVM().getThreads().first();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaVM.java71 return getThreads();
193 private synchronized JSList getThreads() { method in class:JSJavaVM
197 JavaThread jthread = vm.getThreads().first();
H A DJSJavaScriptEngine.java566 owningThread = (JSJavaThread) factory.newJSJavaThread(VM.getVM().getThreads().owningThreadFromMonitor(owner));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DObjectReferenceImpl.java265 return vm.saVM().getThreads().getPendingThreads(mon);
270 return vm.saVM().getThreads().getWaitingThreads(mon);
274 return vm.saVM().getThreads().owningThreadFromMonitor(addr);
H A DVirtualMachineImpl.java470 saVM.getThreads().first(); thread != null;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DStackTrace.java63 Threads threads = VM.getVM().getThreads();
H A DPStack.java204 Threads threads = VM.getVM().getThreads();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DMonitorCacheDumpPanel.java112 private static Threads threads = VM.getVM().getThreads();
H A DJavaThreadsPanel.java458 Threads threads = VM.getVM().getThreads();
/openjdk7/jdk/src/share/classes/sun/management/
H A DThreadImpl.java119 Thread[] threads = getThreads();
450 private static native Thread[] getThreads(); method in class:ThreadImpl
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DDeadlockDetector.java54 threads = VM.getVM().getThreads();
H A DJavaThread.java118 return VM.getVM().getThreads().createJavaThreadWrapper(threadAddr);
H A DVM.java601 public Threads getThreads() { method in class:VM
/openjdk7/hotspot/agent/test/libproc/
H A DLibprocClient.java48 Threads threads = VM.getVM().getThreads();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java668 Threads threads = VM.getVM().getThreads();
697 Threads threads = VM.getVM().getThreads();
724 Threads threads = VM.getVM().getThreads();
1192 Threads threads = VM.getVM().getThreads();
1317 Threads threads = VM.getVM().getThreads();
1346 Threads threads = VM.getVM().getThreads();
1366 Threads threads = VM.getVM().getThreads();
1381 Threads threads = VM.getVM().getThreads();
/openjdk7/jdk/src/share/classes/java/lang/
H A DThread.java1618 Thread[] threads = getThreads();
1702 private native static Thread[] getThreads(); method in class:Thread
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DThreadListPanel.java121 Threads threads = VM.getVM().getThreads();
H A DBugSpot.java812 Threads threads = VM.getVM().getThreads();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DMark.java156 Threads threads = VM.getVM().getThreads();
H A DObjectHeap.java621 for (JavaThread thread = VM.getVM().getThreads().first(); thread != null; thread = thread.next()) {

Completed in 114 milliseconds