We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8244b6 commit b9db002Copy full SHA for b9db002
test/jdk/sun/security/util/HostnameMatcher/NullHostnameCheck.java
@@ -44,10 +44,10 @@
44
* @summary Verify hostname returns an exception instead of null pointer when
45
* creating a new engine
46
* @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
+ * @run main/othervm NullHostnameCheck TLSv1
+ * @run main/othervm NullHostnameCheck TLSv1.1
+ * @run main/othervm NullHostnameCheck TLSv1.2
+ * @run main/othervm NullHostnameCheck TLSv1.3
51
*/
52
53
public final class NullHostnameCheck {
0 commit comments