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

Reply via email to