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

Lance Andersen lance.andersen at oracle.com
Sun Aug 9 18:47:25 UTC 2015


+1
On Aug 9, 2015, at 2:37 PM, joe darcy <joe.darcy at 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 at oracle.com






More information about the core-libs-dev mailing list