JDK 9 RFR of JDK-8133231: Mark TimeoutLockLoops.java as failing intermittently
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
+1 On Aug 9, 2015, at 2:37 PM, joe darcy <joe.darcy@oracle.com> wrote:
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
Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037 Oracle Java Engineering 1 Network Drive Burlington, MA 01803 Lance.Andersen@oracle.com
participants (2)
-
joe darcy
-
Lance Andersen