JDK 9 RFR of JDK-8133231: Mark TimeoutLockLoops.java as failing intermittently

joe darcy joe.darcy at oracle.com
Sun Aug 9 18:37:17 UTC 2015


Hello,

The test

java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java

is failing intermittently on Linux (JDK-8029453), apparently due to the 
HotSpot change JDK-8130728.

Until the underlying issues are addressed, I'd like to mark the test as 
"@key intermittent" to aid failure analysis:

diff -r e1aa58e9592c 
test/java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java
--- 
a/test/java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java 
Fri Aug 07 16:09:10 2015 -0700
+++ 
b/test/java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java 
Sun Aug 09 11:30:45 2015 -0700
@@ -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

Thanks,

-Joe



More information about the core-libs-dev mailing list