test/jdk/java/net/Socket/asyncClose/AsyncClose.java
changeset 55102 59567035d279
parent 54811 9db7c0f561a6
child 58679 9c3209ff7550
--- a/test/jdk/java/net/Socket/asyncClose/AsyncClose.java	Wed May 29 22:17:48 2019 -0400
+++ b/test/jdk/java/net/Socket/asyncClose/AsyncClose.java	Thu May 30 07:19:19 2019 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 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
@@ -35,6 +35,7 @@
  *          cause any thread blocked on the socket to throw a SocketException.
  * @run main AsyncClose
  * @run main/othervm -Djava.net.preferIPv4Stack=true AsyncClose
+ * @run main/othervm -Djdk.net.usePlainSocketImpl AsyncClose
  */
 
 public class AsyncClose {