Skip to content

Commit 2a31f69

Browse files
author
Alan Bateman
committed
8353331: Test ForkJoinPool20Test::testFixedDelaySequence is failing
Reviewed-by: dl, vklang
1 parent 1809138 commit 2a31f69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/jdk/java/util/concurrent/tck/ForkJoinPool20Test.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@ public void realRun() {
450450
if (elapsedMillis >= (done.getCount() == cycles ? d : 2 * d))
451451
tryLongerDelay.set(true);
452452
previous.set(now);
453-
assertTrue(done.getCount() > 0);
454453
done.countDown();
455454
}};
456455
final ScheduledFuture<?> periodicTask =

0 commit comments

Comments
 (0)