< prev index next >

test/java/nio/channels/SocketChannel/VectorIO.java

Print this page
rev 17325 : 8181761: add explicit @build actions for jdk.test.lib classes in all :tier2 tests
Reviewed-by: duke

*** 22,31 **** --- 22,32 ---- */ /* @test * @summary Test socketchannel vector IO (use -Dseed=X to set PRNG seed) * @library .. /test/lib + * @build jdk.test.lib.RandomFactory * @run main VectorIO * @key randomness */ import java.io.*;
< prev index next >