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

Print this page

        

*** 32,42 **** */ /* * @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.*; --- 32,42 ---- */ /* * @test * @bug 4486658 ! * @compile SimpleReentrantLockLoops.java * @run main/timeout=4500 SimpleReentrantLockLoops * @summary multiple threads using a single lock */ import java.util.concurrent.*;