jdk/test/java/util/concurrent/locks/ReentrantReadWriteLock/LoopHelpers.java
changeset 40817 4f5fb115676d
parent 34347 4a17f9e90a0f
equal deleted inserted replaced
40816:9756dfcba32e 40817:4f5fb115676d
    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/publicdomain/zero/1.0/
    31  * http://creativecommons.org/publicdomain/zero/1.0/
    32  */
    32  */
    33 
       
    34 import java.util.concurrent.atomic.AtomicLong;
       
    35 
    33 
    36 /**
    34 /**
    37  * Misc utilities in JSR166 performance tests
    35  * Misc utilities in JSR166 performance tests
    38  */
    36  */
    39 class LoopHelpers {
    37 class LoopHelpers {