We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1809138 commit 2a31f69Copy full SHA for 2a31f69
test/jdk/java/util/concurrent/tck/ForkJoinPool20Test.java
@@ -450,7 +450,6 @@ public void realRun() {
450
if (elapsedMillis >= (done.getCount() == cycles ? d : 2 * d))
451
tryLongerDelay.set(true);
452
previous.set(now);
453
- assertTrue(done.getCount() > 0);
454
done.countDown();
455
}};
456
final ScheduledFuture<?> periodicTask =
0 commit comments