jdk/test/java/net/URLPermission/URLTest.java
changeset 27260 8d82d0e9556b
parent 26206 fb87c4051d65
child 36432 cb9e462e049a
--- a/jdk/test/java/net/URLPermission/URLTest.java	Mon Oct 27 16:57:59 2014 -0400
+++ b/jdk/test/java/net/URLPermission/URLTest.java	Mon Oct 27 13:45:39 2014 -0700
@@ -29,11 +29,11 @@
  * @bug 8010464
  * @library /lib/testlibrary/
  * @build jdk.testlibrary.SimpleSSLContext
- * @run main/othervm/policy=policy.1 URLTest one
+ * @run main/othervm/java.security.policy=policy.1 URLTest one
  * @run main/othervm URLTest one
- * @run main/othervm/policy=policy.2 URLTest two
+ * @run main/othervm/java.security.policy=policy.2 URLTest two
  * @run main/othervm URLTest two
- * @run main/othervm/policy=policy.3 URLTest three
+ * @run main/othervm/java.security.policy=policy.3 URLTest three
  * @run main/othervm URLTest three
  */