jdk/test/java/util/concurrent/tck/CyclicBarrierTest.java
changeset 45937 646816090183
parent 41131 87edc8451f8a
--- a/jdk/test/java/util/concurrent/tck/CyclicBarrierTest.java	Sat Jul 22 09:13:53 2017 -0700
+++ b/jdk/test/java/util/concurrent/tck/CyclicBarrierTest.java	Sat Jul 22 09:18:50 2017 -0700
@@ -66,7 +66,7 @@
     }
 
     /**
-     * Creating with negative parties throws IAE
+     * Creating with negative parties throws IllegalArgumentException
      */
     public void testConstructor1() {
         try {
@@ -76,7 +76,8 @@
     }
 
     /**
-     * Creating with negative parties and no action throws IAE
+     * Creating with negative parties and no action throws
+     * IllegalArgumentException
      */
     public void testConstructor2() {
         try {