8225424: Add jdk.net.usePlainSocketImpl runs to a couple of tests
Reviewed-by: alanb
This commit is contained in:
parent
fdef3f9305
commit
2edcc74725
@ -26,6 +26,7 @@
|
||||
* @bug 8224477
|
||||
* @summary Ensures that IOException is thrown after the socket is closed
|
||||
* @run testng AfterClose
|
||||
* @run testng/othervm -Djdk.net.usePlainSocketImpl AfterClose
|
||||
*/
|
||||
|
||||
import java.io.IOException;
|
||||
|
@ -26,6 +26,7 @@
|
||||
* @bug 8224477
|
||||
* @summary Basic test for NPE, UOE, and IAE for get/setOption
|
||||
* @run testng NullsAndBadValues
|
||||
* @run testng/othervm -Djdk.net.usePlainSocketImpl NullsAndBadValues
|
||||
* @run testng/othervm -Dsun.net.useExclusiveBind=false NullsAndBadValues
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user