test/java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java

Print this page

        

*** 31,42 **** * http://creativecommons.org/publicdomain/zero/1.0/ */ /* * @test ! * @bug 4486658 ! * @compile -source 1.5 CancelledLockLoops.java * @run main/timeout=2800 CancelledLockLoops * @summary tests lockInterruptibly. * Checks for responsiveness of locks to interrupts. Runs under that * assumption that ITERS_VALUE computations require more than TIMEOUT * msecs to complete. --- 31,42 ---- * http://creativecommons.org/publicdomain/zero/1.0/ */ /* * @test ! * @bug 4486658 8031651 ! * @compile CancelledLockLoops.java * @run main/timeout=2800 CancelledLockLoops * @summary tests lockInterruptibly. * Checks for responsiveness of locks to interrupts. Runs under that * assumption that ITERS_VALUE computations require more than TIMEOUT * msecs to complete.