--- old/test/java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java 2009-12-03 16:46:02.000000000 -0800 +++ new/test/java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java 2009-12-03 16:46:02.000000000 -0800 @@ -34,8 +34,6 @@ /* * @test * @bug 4486658 5031862 - * @compile -source 1.5 TimeoutLockLoops.java - * @run main TimeoutLockLoops * @summary Checks for responsiveness of locks to timeouts. * Runs under the assumption that ITERS computations require more than * TIMEOUT msecs to complete, which seems to be a safe assumption for