8256682: JDK-8202343 is incomplete

Reviewed-by: dfuchs
This commit is contained in:
Sean Mullan 2020-11-19 19:09:22 +00:00
parent b8244b606e
commit b9db002fef

View File

@ -44,10 +44,10 @@ import jdk.test.lib.security.SSLContextBuilder;
* @summary Verify hostname returns an exception instead of null pointer when
* creating a new engine
* @library /test/lib
* @run main NullHostnameCheck TLSv1
* @run main NullHostnameCheck TLSv1.1
* @run main NullHostnameCheck TLSv1.2
* @run main NullHostnameCheck TLSv1.3
* @run main/othervm NullHostnameCheck TLSv1
* @run main/othervm NullHostnameCheck TLSv1.1
* @run main/othervm NullHostnameCheck TLSv1.2
* @run main/othervm NullHostnameCheck TLSv1.3
*/
public final class NullHostnameCheck {