Skip to content

Commit b9db002

Browse files
committed
8256682: JDK-8202343 is incomplete
Reviewed-by: dfuchs
1 parent b8244b6 commit b9db002

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/jdk/sun/security/util/HostnameMatcher/NullHostnameCheck.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
* @summary Verify hostname returns an exception instead of null pointer when
4545
* creating a new engine
4646
* @library /test/lib
47-
* @run main NullHostnameCheck TLSv1
48-
* @run main NullHostnameCheck TLSv1.1
49-
* @run main NullHostnameCheck TLSv1.2
50-
* @run main NullHostnameCheck TLSv1.3
47+
* @run main/othervm NullHostnameCheck TLSv1
48+
* @run main/othervm NullHostnameCheck TLSv1.1
49+
* @run main/othervm NullHostnameCheck TLSv1.2
50+
* @run main/othervm NullHostnameCheck TLSv1.3
5151
*/
5252

5353
public final class NullHostnameCheck {

0 commit comments

Comments
 (0)