8000268: sun/security/provider/X509Factory/BigCRL.java failing on Linux 32-bit
authoralanb
Tue, 02 Oct 2012 12:23:16 +0100
changeset 14017 9fa1edaf97a3
parent 14016 56be5085fc31
child 14018 3c3bf69fbec7
8000268: sun/security/provider/X509Factory/BigCRL.java failing on Linux 32-bit Reviewed-by: mullan
jdk/test/sun/security/provider/X509Factory/BigCRL.java
--- a/jdk/test/sun/security/provider/X509Factory/BigCRL.java	Tue Oct 02 10:36:05 2012 +0100
+++ b/jdk/test/sun/security/provider/X509Factory/BigCRL.java	Tue Oct 02 12:23:16 2012 +0100
@@ -25,7 +25,7 @@
  * @test
  * @bug 7099399
  * @summary cannot deal with CRL file larger than 16MB
- * @run main/othervm -Xmx1024m BigCRL
+ * @run main/othervm -Xshare:off -Xmx1024m BigCRL
  */
 
 import java.io.FileInputStream;