--- jsr166/src/test/tck/CountDownLatchTest.java 2017/05/14 01:37:52 1.25 +++ jsr166/src/test/tck/CountDownLatchTest.java 2017/05/29 22:44:26 1.26 @@ -22,7 +22,7 @@ public class CountDownLatchTest extends } /** - * negative constructor argument throws IAE + * negative constructor argument throws IllegalArgumentException */ public void testConstructor() { try {