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

/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DObjectReference.java377 ThreadReference owningThread() throws IncompatibleThreadStateException; method in interface:ObjectReference
389 * @see #owningThread
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DObjectReferenceImpl.java52 private ThreadReferenceImpl owningThread = null; field in class:ObjectReferenceImpl
173 public ThreadReference owningThread() throws IncompatibleThreadStateException { method in class:ObjectReferenceImpl
181 return owningThread;
305 owningThread = vm.threadMirror(owningThreadFromMonitor(owner));
309 if (owningThread != null) {
310 if (owningThread.getJavaThread().getAddress().equals(owner)) {
320 entryCount = countLockedObjects(owningThread.getJavaThread(), saObject);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaScriptEngine.java542 JSJavaThread owningThread = null;
566 owningThread = (JSJavaThread) factory.newJSJavaThread(VM.getVM().getThreads().owningThreadFromMonitor(owner));
568 return owningThread;
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DObjectReferenceImpl.java510 public ThreadReference owningThread() throws IncompatibleThreadStateException { method in class:ObjectReferenceImpl
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java1722 ThreadReference owner = object.owningThread();

Completed in 38 milliseconds