Checks that interruption of several threads doesn't cause VM crash due to
race condition in thread manager implementation for thread interrupting.
First main thread creates and starts a number of test threads.
Second main thead interrupts all of the test threads.
Each of the test threads waits on the same monitor.
Inner Class :static class TestThread extends Thread