jdk/test/java/util/concurrent/tck/JSR166TestCase.java
changeset 35768 7066da300a08
parent 35394 282c3cb6a0c1
child 36231 52e0ee9847fb
equal deleted inserted replaced
35739:db483b34fa71 35768:7066da300a08
    34  */
    34  */
    35 
    35 
    36 /*
    36 /*
    37  * @test
    37  * @test
    38  * @summary JSR-166 tck tests
    38  * @summary JSR-166 tck tests
       
    39  * @modules java.management
    39  * @build *
    40  * @build *
    40  * @run junit/othervm/timeout=1000 -Djsr166.testImplementationDetails=true JSR166TestCase
    41  * @run junit/othervm/timeout=1000 -Djsr166.testImplementationDetails=true JSR166TestCase
    41  */
    42  */
    42 
    43 
    43 import static java.util.concurrent.TimeUnit.MILLISECONDS;
    44 import static java.util.concurrent.TimeUnit.MILLISECONDS;