| The class specifies debuggee for org.apache.harmony.jpda.tests.jdwp.VirtualMachine.AllThreadsTest .
This debuggee starts the tested thread TESTED_THREAD and for
different goals of tests, the debuggee sends the SGNL_READY
signal to and waits for the SGNL_CONTINUE signal from debugger
in two places:
- right away when the tested thread has been started
- when the tested thread has been finished
|