From bef14d1bd204282794f013ecb79a50b2cca5ff90 Mon Sep 17 00:00:00 2001 From: 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 --- src/share/lib/security/java.policy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/share/lib/security/java.policy b/src/share/lib/security/java.policy index bcb5a6c4d..3312bdf92 100644 --- a/src/share/lib/security/java.policy +++ b/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 -- GitLab