Searched refs:resume (Results 26 - 50 of 70) sorted by relevance

123

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpotAgent.java205 public synchronized void resume() throws DebuggerException { method in class:BugSpotAgent
206 getProcessControl().resume();
267 jvmdi.resume();
608 resume();
H A DBugSpot.java151 resume();
565 resume(); // Necessary for JVMDI resumption
1196 // Suspend/resume
1217 private synchronized void resume() { method in class:BugSpot
1228 agent.resume();
1295 prctl.resume();
1317 agent.resume();
/openjdk7/jdk/test/com/sun/jdi/
H A DClassesByName2Test.java113 // Don't resume.
144 Bug 6263966 - Don't just resume because the debuggee can
149 vm().resume();
174 // In case of a slow debuggee, we don't want to resume the debuggee and wait
H A DPopAndInvokeTest.java71 * Debugger will resume and we will enter
149 vm().resume();
H A DSourceNameFilterTest.java103 set.resume();
H A DTestScaffold.java120 * Events handled directly by scaffold always resume (well, almost always)
124 // special VMDeathEvent. We can't also do the resume
127 traceln("TS: set.resume() called");
128 set.resume();
145 * the listener in connect(), we will do a resume.
148 * whatever in order to suppress the automatic resume. The testcase
150 * has to be sure that it does a resume if it gets a VMDeathEvent
152 * resume after getting a VMDeath with SUSPEND_NONE (the automatically
520 traceln("TS: connect: set.resume() called");
521 set.resume();
[all...]
H A DBadHandshakeTest.java172 // attach to server debuggee and resume it so it can exit
191 vm.resume();
H A DExclusiveBind.java133 * - For clean-up we attach to the first debuggee and resume it.
155 // clean-up - attach to first debuggee and resume it
162 vm.resume();
H A DPopAsynchronousTest.java154 mainThread.resume();
193 * resume the target listening for events
H A DRunToExit.java167 // attach to server debuggee and resume it so it can exit
185 vm.resume();
H A DJDIScaffold.java433 vm.resume();
562 // before resume is complete. In that case ignore any VMDisconnectException
566 vm.resume();
/openjdk7/jdk/test/com/sun/jdi/sde/
H A DFilterMangleTest.java112 set.resume();
184 * resume the target listening for events
/openjdk7/hotspot/test/runtime/7158988/
H A DFieldMonitor.java95 // resume the vm
108 vm.resume();
127 System.out.println("resume...");
136 eventSet.resume();
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DEventSetImpl.java134 * then we have to resume it if it is not SUSPEND_NONE
641 // have to resume it. Note that events for different
668 vm.resume();
672 fix6485605.resume();
674 // apparently, there is nothing to resume.
797 public void resume() { method in class:EventSetImpl
800 vm.resume();
807 thread.resume();
/openjdk7/jdk/src/share/classes/java/lang/
H A DThreadGroup.java718 * This method then calls the <code>resume</code> method on all the
725 * @see java.lang.Thread#resume()
734 public final void resume() { method in class:ThreadGroup
740 threads[i].resume();
750 groupsSnapshot[i].resume();
H A DThread.java811 * are Thread.stop, Thread.suspend and Thread.resume Deprecated?</a>.
865 * are Thread.stop, Thread.suspend and Thread.resume Deprecated?</a>.
883 resume(); // Wake up thread if it was suspended; no-op otherwise
1003 * Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?</a>.
1037 * the thread that would resume the target thread attempts to lock this
1038 * monitor prior to calling <code>resume</code>, deadlock results. Such
1042 * are Thread.stop, Thread.suspend and Thread.resume Deprecated?</a>.
1068 * are Thread.stop, Thread.suspend and Thread.resume Deprecated?</a>.
1071 public final void resume() { method in class:Thread
/openjdk7/hotspot/agent/test/jdi/
H A DTestScaffold.java117 * Events handled directly by scaffold always resume (well, almost always)
121 // special VMDeathEvent. We can't also do the resume
124 traceln("TS: set.resume() called");
125 set.resume();
142 * the listener in connect(), we will do a resume.
145 * whatever in order to suppress the automatic resume. The testcase
147 * has to be sure that it does a resume if it gets a VMDeathEvent
149 * resume after getting a VMDeath with SUSPEND_NONE (the automatically
438 traceln("TS: connect: set.resume() called");
439 set.resume();
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/trace/
H A DTrace.java139 * resume the remote VM, wait for the final event, and shutdown.
147 vm.resume();
H A DEventThread.java86 eventSet.resume();
279 eventSet.resume(); // Resume the VM
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DFiber.java59 * {@link #resume(Packet) resumed}. This allows threads to go execute
83 * Setting the {@link #LOGGER} for FINE would give you basic start/stop/resume/suspend
123 * where the thread is {@link #resume(Packet) resumed} before we get to the {@link #suspend()}.
130 * <li>"External mechanism" becomes signal state and invokes {@link Fiber#resume(Packet)}
137 * {@link #resume(Packet)} occurs before {@link #suspend()}.
263 * {@link Tube} in the {@link Fiber}'s processing stack with the specified resume
270 * specified resume packet as the parameter.
279 public synchronized void resume(@NotNull Packet resumePacket) { method in class:Fiber
309 public synchronized void resume(@NotNull Throwable throwable) { method in class:Fiber
325 * Suspends this fiber's execution until the resume metho
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DExecutionManager.java502 vm().resume();
536 vm().resume();
577 thread.resume();
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.hpp406 inline void resume() { _t.start(); _timers[_event_type].start(); } function in class:PerfClassTraceTime
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DEventHandler.java78 eventSet.resume();
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dlinux_sparc.s27 # for control to resume at Fetch32Resume.
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dsolaris_sparc.s27 !! for control to resume at Fetch32Resume.

Completed in 81 milliseconds

123