jdk/test/java/util/concurrent/ThreadLocalRandom/ThreadLocalRandomTest.java
changeset 20188 564bad4af0a8
parent 19609 108f52a7438f
equal deleted inserted replaced
20187:e360435c2d8e 20188:564bad4af0a8
    31 
    31 
    32 import static org.testng.Assert.*;
    32 import static org.testng.Assert.*;
    33 
    33 
    34 /**
    34 /**
    35  * @test
    35  * @test
       
    36  * @bug 8024253
    36  * @run testng ThreadLocalRandomTest
    37  * @run testng ThreadLocalRandomTest
       
    38  * @run testng/othervm -Djava.util.secureRandomSeed=true ThreadLocalRandomTest
    37  * @summary test methods on ThreadLocalRandom
    39  * @summary test methods on ThreadLocalRandom
    38  */
    40  */
    39 @Test
    41 @Test
    40 public class ThreadLocalRandomTest {
    42 public class ThreadLocalRandomTest {
    41 
    43