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

Print this page

        

*** 31,42 **** * http://creativecommons.org/publicdomain/zero/1.0/ */ /* * @test ! * @bug 4486658 ! * @compile -source 1.5 SimpleReentrantLockLoops.java * @run main/timeout=4500 SimpleReentrantLockLoops * @summary multiple threads using a single lock */ import java.util.concurrent.*; --- 31,42 ---- * http://creativecommons.org/publicdomain/zero/1.0/ */ /* * @test ! * @bug 4486658 8031651 ! * @compile SimpleReentrantLockLoops.java * @run main/timeout=4500 SimpleReentrantLockLoops * @summary multiple threads using a single lock */ import java.util.concurrent.*;