--- old/test/java/net/httpclient/RequestBodyTest.java 2017-06-08 00:08:10.000000000 -0700 +++ new/test/java/net/httpclient/RequestBodyTest.java 2017-06-08 00:08:10.000000000 -0700 @@ -29,6 +29,13 @@ * @library /lib/testlibrary/ /test/lib * @compile ../../../com/sun/net/httpserver/LogFilter.java * @compile ../../../com/sun/net/httpserver/FileServerHandler.java + * @build jdk.test.lib.util.FileUtils + * @build jdk.test.lib.Utils + * @build jdk.test.lib.Asserts + * @build jdk.test.lib.JDKToolFinder + * @build jdk.test.lib.JDKToolLauncher + * @build jdk.test.lib.Platform + * @build jdk.test.lib.process.* * @build LightWeightHttpServer * @build jdk.testlibrary.SimpleSSLContext * @run testng/othervm RequestBodyTest