jdk/test/java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java
changeset 22293 9a913cb32aae
parent 22125 2a674dbed65d
child 32990 299a81977f48
equal deleted inserted replaced
22292:9224952a7bbe 22293:9a913cb32aae
    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.