< prev index next >

test/java/nio/channels/Selector/LotsOfUpdatesTest.java

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

*** 26,36 **** * @bug 6824477 * @summary Selector.select can fail with IOException "Invalid argument" on * Solaris if maximum number of file descriptors is less than 10000 * @requires (os.family != "windows") * @library /test/lib ! * @build LotsOfUpdates * @run main LotsOfUpdatesTest */ import jdk.test.lib.process.ProcessTools; --- 26,42 ---- * @bug 6824477 * @summary Selector.select can fail with IOException "Invalid argument" on * Solaris if maximum number of file descriptors is less than 10000 * @requires (os.family != "windows") * @library /test/lib ! * @build jdk.test.lib.Utils ! * jdk.test.lib.Asserts ! * jdk.test.lib.JDKToolFinder ! * jdk.test.lib.JDKToolLauncher ! * jdk.test.lib.Platform ! * jdk.test.lib.process.* ! * LotsOfUpdates * @run main LotsOfUpdatesTest */ import jdk.test.lib.process.ProcessTools;
< prev index next >