From d541bcf9430d2cec37ea16431d605bd606d24c88 Mon Sep 17 00:00:00 2001 From: Sean Mullan Date: Mon, 9 Mar 2009 09:46:43 -0400 Subject: [PATCH] 6787130: java.policy file contains stale link to http://java.sun.com/notes Reviewed-by: weijun --- jdk/src/share/lib/security/java.policy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jdk/src/share/lib/security/java.policy b/jdk/src/share/lib/security/java.policy index bcb5a6c4d86..3312bdf92f2 100644 --- a/jdk/src/share/lib/security/java.policy +++ b/jdk/src/share/lib/security/java.policy @@ -15,7 +15,8 @@ grant { // It is strongly recommended that you either remove this permission // from this policy file or further restrict it to code sources // that you specify, because Thread.stop() is potentially unsafe. - // See "http://java.sun.com/notes" for more information. + // See the API specification of java.lang.Thread.stop() for more + // information. permission java.lang.RuntimePermission "stopThread"; // allows anyone to listen on un-privileged ports