test/java/util/concurrent/Exchanger/ExchangeLoops.java

Print this page

        

*** 32,42 **** */ /* * @test * @bug 4486658 ! * @compile -source 1.5 ExchangeLoops.java * @run main/timeout=720 ExchangeLoops * @summary checks to make sure a pipeline of exchangers passes data. */ import java.util.concurrent.*; --- 32,42 ---- */ /* * @test * @bug 4486658 ! * @compile ExchangeLoops.java * @run main/timeout=720 ExchangeLoops * @summary checks to make sure a pipeline of exchangers passes data. */ import java.util.concurrent.*;