6787130: java.policy file contains stale link to http://java.sun.com/notes
Reviewed-by: weijun
--- 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