equal
deleted
inserted
replaced
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; |