--- a/jdk/test/java/nio/channels/Selector/LotsOfUpdatesTest.java Mon Jun 12 12:40:43 2017 -0700
+++ b/jdk/test/java/nio/channels/Selector/LotsOfUpdatesTest.java Mon Jun 12 12:43:26 2017 -0700
@@ -28,7 +28,13 @@
* Solaris if maximum number of file descriptors is less than 10000
* @requires (os.family != "windows")
* @library /test/lib
- * @build LotsOfUpdates
+ * @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
*/