mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-24 04:54:40 +02:00
6787130: java.policy file contains stale link to http://java.sun.com/notes
Reviewed-by: weijun
This commit is contained in:
parent
7f34411b42
commit
d541bcf943
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue