jdk/test/java/util/concurrent/BlockingQueue/LoopHelpers.java
changeset 9242 ef138d47df58
parent 7518 0282db800fe1
child 34347 4a17f9e90a0f
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  * Misc utilities in JSR166 performance tests
    35  * Misc utilities in JSR166 performance tests
    36  */
    36  */