Searched defs:isSuspended (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DProcessControl.java67 public boolean isSuspended() throws DebuggerException; method in interface:ProcessControl
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DThreadReference.java135 * {@link #isSuspended} can be used to determine if the thread has been
156 boolean isSuspended(); method in interface:ThreadReference
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DVMState.java87 boolean isSuspended() { method in class:VMState
H A DThreadReferenceImpl.java287 public boolean isSuspended() { method in class:ThreadReferenceImpl
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DThreadReferenceImpl.java158 public boolean isSuspended() { //fixme jjh method in class:ThreadReferenceImpl
/openjdk7/jdk/src/share/classes/java/lang/management/
H A DThreadInfo.java551 public boolean isSuspended() { method in class:ThreadInfo
591 if (isSuspended()) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpotAgent.java192 completely. Equivalent to getProcessControl().isSuspended(). */
193 public synchronized boolean isSuspended() throws DebuggerException { method in class:BugSpotAgent
194 return getProcessControl().isSuspended();
250 if (jvmdi.isSuspended()) {
264 if (!jvmdi.isSuspended()) {
273 return jvmdi.isSuspended();
H A DBugSpot.java150 if (!isSuspended()) return;
166 if (isSuspended()) {
564 if (isSuspended()) {
1199 private boolean isSuspended() { method in class:BugSpot
1264 boolean mustSuspendAndResume = (!prctl.isSuspended());
1314 boolean mustResumeAndSuspend = isSuspended();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/
H A DServiceabilityAgentJVMDIModule.java241 public boolean isSuspended() { method in class:ServiceabilityAgentJVMDIModule
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebuggerLocal.java195 public synchronized boolean isSuspended() throws DebuggerException { method in class:ProcDebuggerLocal

Completed in 64 milliseconds