equal
deleted
inserted
replaced
32 */ |
32 */ |
33 |
33 |
34 /* |
34 /* |
35 * @test |
35 * @test |
36 * @bug 4486658 |
36 * @bug 4486658 |
37 * @compile -source 1.5 CancelledLockLoops.java |
|
38 * @run main/timeout=2800 CancelledLockLoops |
37 * @run main/timeout=2800 CancelledLockLoops |
39 * @summary tests lockInterruptibly. |
38 * @summary tests lockInterruptibly. |
40 * Checks for responsiveness of locks to interrupts. Runs under that |
39 * Checks for responsiveness of locks to interrupts. Runs under that |
41 * assumption that ITERS_VALUE computations require more than TIMEOUT |
40 * assumption that ITERS_VALUE computations require more than TIMEOUT |
42 * msecs to complete. |
41 * msecs to complete. |