jdk/test/java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java
changeset 33402 1156d495a525
parent 33312 489f8e536bc0
child 37890 f6cb5112c878
equal deleted inserted replaced
33373:4a0312f2894b 33402:1156d495a525
    26  * @bug 8046703
    26  * @bug 8046703
    27  * @key randomness
    27  * @key randomness
    28  * @summary Test verifies that lambda forms are cached when run with multiple threads
    28  * @summary Test verifies that lambda forms are cached when run with multiple threads
    29  * @author kshefov
    29  * @author kshefov
    30  * @library /lib/testlibrary/jsr292 /lib/testlibrary
    30  * @library /lib/testlibrary/jsr292 /lib/testlibrary
       
    31  * @modules java.management
    31  * @build TestMethods
    32  * @build TestMethods
    32  * @build LambdaFormTestCase
    33  * @build LambdaFormTestCase
    33  * @build LFCachingTestCase
    34  * @build LFCachingTestCase
    34  * @build LFMultiThreadCachingTest
    35  * @build LFMultiThreadCachingTest
    35  * @run main/othervm LFMultiThreadCachingTest
    36  * @run main/othervm LFMultiThreadCachingTest