RFR 7118066: Warnings in java.util.concurrent package

Doug Lea dl at cs.oswego.edu
Fri Dec 9 11:05:37 UTC 2011


On 12/08/11 23:16, David Holmes wrote:

>
> Maybe we still need something that tests SynchronousQueue to verify its iterator
> is indeed empty.

Bear in mind that we have all the tck tests for j.u.c, that cover
such things. The JCK folks at Oracle regularly run them.
In general, we use jtreg tests instead of, or in addition to, tck
tests only for policy reasons: when there's a CR associated
with the test, and/or it can run a long time, and/or it
covers multiple classes.

-Doug




More information about the core-libs-dev mailing list