--- jsr166/src/test/tck/PriorityBlockingQueueTest.java 2017/05/14 04:14:10 1.77 +++ jsr166/src/test/tck/PriorityBlockingQueueTest.java 2017/05/29 22:44:27 1.78 @@ -90,7 +90,7 @@ public class PriorityBlockingQueueTest e } /** - * Constructor throws IAE if capacity argument nonpositive + * Constructor throws IllegalArgumentException if capacity argument nonpositive */ public void testConstructor2() { try { @@ -229,7 +229,7 @@ public class PriorityBlockingQueueTest e } /** - * addAll(this) throws IAE + * addAll(this) throws IllegalArgumentException */ public void testAddAllSelf() { PriorityBlockingQueue q = populatedQueue(SIZE);