--- jsr166/src/test/tck/ScheduledExecutorTest.java 2015/10/12 16:49:28 1.77 +++ jsr166/src/test/tck/ScheduledExecutorTest.java 2015/10/25 02:58:25 1.78 @@ -164,7 +164,7 @@ public class ScheduledExecutorTest exten normalizedTime <= cycles) return; } - throw new AssertionError("unexpected execution rate"); + fail("unexpected execution rate"); } } @@ -190,7 +190,7 @@ public class ScheduledExecutorTest exten normalizedTime <= cycles) return; } - throw new AssertionError("unexpected execution rate"); + fail("unexpected execution rate"); } }