RFR 8069253: javax/net/ssl/TLS/TestJSSE.java failed on Mac

Weijun Wang weijun.wang at oracle.com
Sat Jun 27 09:25:25 UTC 2015


Please review the fix at

   http://cr.openjdk.java.net/~weijun/8069253/webrev.00/

This is about an intermittent test failure that shows

Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
at java.util.ArrayList.add(ArrayList.java:461)
at CipherTestUtils.addFailure(CipherTestUtils.java:314)

Looks like the EXCEPTIONS is accessed by multiple threads at the same time.

Thanks
Max



More information about the security-dev mailing list