jdk/test/java/util/concurrent/ConcurrentQueues/RemovePollRace.java
changeset 9242 ef138d47df58
parent 6672 f01ef94a63e7
child 32991 b27c76b82713
equal deleted inserted replaced
9241:e77024585d01 9242:ef138d47df58
    26  * However, the following notice accompanied the original version of this
    26  * However, the following notice accompanied the original version of this
    27  * file:
    27  * file:
    28  *
    28  *
    29  * Written by Doug Lea with assistance from members of JCP JSR-166
    29  * Written by Doug Lea with assistance from members of JCP JSR-166
    30  * Expert Group and released to the public domain, as explained at
    30  * Expert Group and released to the public domain, as explained at
    31  * http://creativecommons.org/licenses/publicdomain
    31  * http://creativecommons.org/publicdomain/zero/1.0/
    32  */
    32  */
    33 
    33 
    34 /*
    34 /*
    35  * @test
    35  * @test
    36  * @bug 6785442
    36  * @bug 6785442