jdk/src/jdk.attach/share/classes/com/sun/tools/attach/package-info.java
changeset 30678 a8b7fd8ede97
parent 25859 3317bb8137f4
child 34894 3248b89d1921
equal deleted inserted replaced
30677:59b772a18fac 30678:a8b7fd8ede97
    22  * or visit www.oracle.com if you need additional information or have any
    22  * or visit www.oracle.com if you need additional information or have any
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 /**
    26 /**
    27  * Provides the API to attach to a Java<sup><font size=-2>TM</font></sup>
    27  * Provides the API to attach to a Java&trade; virtual machine.
    28  * virtual machine.
       
    29  * <p>
    28  * <p>
    30  * A tool, written in the Java Language, uses this API to attach to a target
    29  * A tool, written in the Java Language, uses this API to attach to a target
    31  * virtual machine (VM) and load its tool agent into the target VM. For
    30  * virtual machine (VM) and load its tool agent into the target VM. For
    32  * example, a management console might have a management agent which it uses
    31  * example, a management console might have a management agent which it uses
    33  * to  obtain management information from instrumented objects in a Java
    32  * to  obtain management information from instrumented objects in a Java