jdk/test/java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java
changeset 4347 ab0a9f495844
parent 4110 ac033ba6ede4
child 5506 202f599c92aa
--- a/jdk/test/java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java	Thu Dec 03 21:30:27 2009 +0000
+++ b/jdk/test/java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java	Thu Dec 03 18:19:10 2009 -0800
@@ -34,7 +34,7 @@
 /*
  * @test
  * @bug 4486658
- * @compile -source 1.5 CancelledLockLoops.java
+ * @compile CancelledLockLoops.java
  * @run main/timeout=2800 CancelledLockLoops
  * @summary tests lockInterruptibly.
  * Checks for responsiveness of locks to interrupts. Runs under that