6787130: java.policy file contains stale link to http://java.sun.com/notes
authormullan
Mon, 09 Mar 2009 09:46:43 -0400
changeset 2183 8eb97a6368b8
parent 2181 4b9176c37982
child 2184 0c19e3499374
6787130: java.policy file contains stale link to http://java.sun.com/notes Reviewed-by: weijun
jdk/src/share/lib/security/java.policy
--- a/jdk/src/share/lib/security/java.policy	Thu Mar 05 11:44:40 2009 -0800
+++ b/jdk/src/share/lib/security/java.policy	Mon Mar 09 09:46:43 2009 -0400
@@ -15,7 +15,8 @@
 	// 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