StopThreadInWait.java | Class | Test case for StopThread() jvmti function applied to thread that hangs on
Object.wait().
Checks that StopThread() forces target thread to exit wait() and throw the
requested exception immediately before the wait() timeout is over.
Since we test thread synchronization methods behaviour the test doesn't use
synchronization object's for it's own purposes. |