test/jdk/com/sun/net/httpserver/Test1.java
changeset 55102 59567035d279
parent 52121 934969c63223
child 55309 8081b181bba8
--- a/test/jdk/com/sun/net/httpserver/Test1.java	Wed May 29 22:17:48 2019 -0400
+++ b/test/jdk/com/sun/net/httpserver/Test1.java	Thu May 30 07:19:19 2019 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -27,6 +27,7 @@
  * @library /test/lib
  * @build jdk.test.lib.net.SimpleSSLContext
  * @run main/othervm Test1
+ * @run main/othervm -Djdk.net.usePlainSocketImpl Test1
  * @run main/othervm -Dsun.net.httpserver.maxReqTime=10 Test1
  * @run main/othervm -Dsun.net.httpserver.nodelay=true Test1
  * @summary  Light weight HTTP server