jdk/src/jdk.jdi/share/classes/com/sun/jdi/JDIPermission.java
changeset 45001 9526cc76a8ea
parent 34894 3248b89d1921
child 45130 469dceb426cc
equal deleted inserted replaced
45000:5778f530ea7f 45001:9526cc76a8ea
     1 /*
     1 /*
     2  * Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2004, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    38  * <P>
    38  * <P>
    39  * The following table provides a summary description of what the
    39  * The following table provides a summary description of what the
    40  * permission allows, and discusses the risks of granting code the
    40  * permission allows, and discusses the risks of granting code the
    41  * permission.
    41  * permission.
    42  *
    42  *
    43  * <table border=1 cellpadding=5 summary="Table shows permission
    43  * <table border="1" cellpadding=5>
    44  * target name, what the permission allows, and associated risks">
    44  * <caption style="display:none">Table shows permission target name, what the
       
    45  * permission allows, and associated risks</caption>
    45  * <tr>
    46  * <tr>
    46  * <th>Permission Target Name</th>
    47  * <th>Permission Target Name</th>
    47  * <th>What the Permission Allows</th>
    48  * <th>What the Permission Allows</th>
    48  * <th>Risks of Allowing this Permission</th>
    49  * <th>Risks of Allowing this Permission</th>
    49  * </tr>
    50  * </tr>