jdk/src/java.base/share/classes/java/lang/RuntimePermission.java
changeset 45768 3e7e91509702
parent 45434 4582657c7260
child 45881 aaec0fbe17ae
equal deleted inserted replaced
45704:733a13889621 45768:3e7e91509702
   338  *   The actual backing store may reside within a traditional filesystem
   338  *   The actual backing store may reside within a traditional filesystem
   339  *   directory or within a registry depending on the platform OS</td>
   339  *   directory or within a registry depending on the platform OS</td>
   340  * </tr>
   340  * </tr>
   341  *
   341  *
   342  * <tr>
   342  * <tr>
   343  *   <td>usePolicy</td>
       
   344  *   <td>Granting this permission disables the Java Plug-In's default
       
   345  *   security prompting behavior.</td>
       
   346  *   <td>For more information, refer to the <a href=
       
   347  *   "../../../technotes/guides/deploy/index.html">deployment guide</a>.
       
   348  *   </td>
       
   349  * </tr>
       
   350  * <tr>
       
   351  *   <td>manageProcess</td>
   343  *   <td>manageProcess</td>
   352  *   <td>Native process termination and information about processes
   344  *   <td>Native process termination and information about processes
   353  *       {@link ProcessHandle}.</td>
   345  *       {@link ProcessHandle}.</td>
   354  *   <td>Allows code to identify and terminate processes that it did not create.</td>
   346  *   <td>Allows code to identify and terminate processes that it did not create.</td>
   355  * </tr>
   347  * </tr>