From c32cc2b9670a19d1ce24a23eb094eb1e5b7543af Mon Sep 17 00:00:00 2001 From: Joe Darcy Date: Mon, 10 Aug 2015 16:28:31 -0700 Subject: [PATCH] 8133231: Mark TimeoutLockLoops.java as failing intermittently Reviewed-by: lancea --- .../util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java | 1 + 1 file changed, 1 insertion(+) diff --git a/jdk/test/java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java b/jdk/test/java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java index 575a7bf47f3..464f1f84cb1 100644 --- a/jdk/test/java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java +++ b/jdk/test/java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java @@ -35,6 +35,7 @@ * @test * @bug 4486658 5031862 * @run main TimeoutLockLoops + * @key intermittent * @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