jdk/test/sun/security/provider/X509Factory/BigCRL.java
changeset 14017 9fa1edaf97a3
parent 10784 f800232d1474
child 14342 8435a30053c1
equal deleted inserted replaced
14016:56be5085fc31 14017:9fa1edaf97a3
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 7099399
    26  * @bug 7099399
    27  * @summary cannot deal with CRL file larger than 16MB
    27  * @summary cannot deal with CRL file larger than 16MB
    28  * @run main/othervm -Xmx1024m BigCRL
    28  * @run main/othervm -Xshare:off -Xmx1024m BigCRL
    29  */
    29  */
    30 
    30 
    31 import java.io.FileInputStream;
    31 import java.io.FileInputStream;
    32 import java.math.BigInteger;
    32 import java.math.BigInteger;
    33 import java.security.KeyStore;
    33 import java.security.KeyStore;