test/java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java

Print this page

        

*** 31,42 **** * http://creativecommons.org/publicdomain/zero/1.0/ */ /* * @test ! * @bug 4486658 ! * @compile -source 1.5 CancelledProducerConsumerLoops.java * @run main/timeout=7000 CancelledProducerConsumerLoops * @summary Checks for responsiveness of blocking queues to cancellation. * Runs under the assumption that ITERS computations require more than * TIMEOUT msecs to complete. */ --- 31,42 ---- * http://creativecommons.org/publicdomain/zero/1.0/ */ /* * @test ! * @bug 4486658 8031651 ! * @compile CancelledProducerConsumerLoops.java * @run main/timeout=7000 CancelledProducerConsumerLoops * @summary Checks for responsiveness of blocking queues to cancellation. * Runs under the assumption that ITERS computations require more than * TIMEOUT msecs to complete. */