6787130: java.policy file contains stale link to http://java.sun.com/notes

Reviewed-by: weijun
This commit is contained in:
Sean Mullan 2009-03-09 09:46:43 -04:00
parent 7f34411b42
commit d541bcf943

View File

@ -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