jdk/test/sun/nio/cs/FindEncoderBugs.java
changeset 45467 99c87a16a8e4
parent 45288 58be10a068c2
equal deleted inserted replaced
45466:faf1c55d2046 45467:99c87a16a8e4
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 6233345 6381699 6381702 6381705 6381706
    26  * @bug 6233345 6381699 6381702 6381705 6381706
    27  * @summary Encode many char sequences in many ways
    27  * @summary Encode many char sequences in many ways
    28  * @library /test/lib
    28  * @library /test/lib
       
    29  * @build jdk.test.lib.RandomFactory
    29  * @run main/timeout=1200 FindEncoderBugs
    30  * @run main/timeout=1200 FindEncoderBugs
    30  * @author Martin Buchholz
    31  * @author Martin Buchholz
    31  * @key randomness
    32  * @key randomness
    32  */
    33  */
    33 
    34