diff -r 8e1ed2a15845 -r 4690a2871b44 test/jdk/java/net/httpclient/BodyProcessorInputStreamTest.java --- a/test/jdk/java/net/httpclient/BodyProcessorInputStreamTest.java Wed May 02 10:47:16 2018 +0200 +++ b/test/jdk/java/net/httpclient/BodyProcessorInputStreamTest.java Wed May 02 02:36:17 2018 -0700 @@ -40,8 +40,8 @@ /* * @test * @bug 8187503 - * @summary An example on how to read a response body with InputStream... - * @run main/othervm -Dtest.debug=true BodyProcessorInputStreamTest + * @summary An example on how to read a response body with InputStream. + * @run main/manual -Dtest.debug=true BodyProcessorInputStreamTest * @author daniel fuchs */ public class BodyProcessorInputStreamTest {