diff -r 9224952a7bbe -r 9a913cb32aae jdk/test/java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java --- a/jdk/test/java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java Thu Jan 16 16:41:34 2014 -0800 +++ b/jdk/test/java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java Fri Jan 17 13:54:13 2014 +0000 @@ -34,7 +34,6 @@ /* * @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