# HG changeset patch # User mchung # Date 1497973338 25200 # Node ID 79db2bd40bafeee716401496e014aedd3dacd138 # Parent 6fcde0dd00b2db2ac4974977c161e0712e140be4 8182596: Fix broken links in com.sun.tools.attach.VirtualMachine Reviewed-by: alanb diff -r 6fcde0dd00b2 -r 79db2bd40baf src/jdk.attach/share/classes/com/sun/tools/attach/VirtualMachine.java --- a/src/jdk.attach/share/classes/com/sun/tools/attach/VirtualMachine.java Tue Jun 20 15:22:03 2017 +0100 +++ b/src/jdk.attach/share/classes/com/sun/tools/attach/VirtualMachine.java Tue Jun 20 08:42:18 2017 -0700 @@ -59,9 +59,9 @@ * {@link java.lang.instrument} for a detailed description on how these agents * are loaded and started). The {@link #loadAgentLibrary loadAgentLibrary} and * {@link #loadAgentPath loadAgentPath} methods are used to load agents that - * are deployed either in a dynamic library or statically linked into the VM and make use of the JVM Tools - * Interface.

+ * are deployed either in a dynamic library or statically linked into the VM and + * make use of the JVM Tools Interface. + *

* *

In addition to loading agents a VirtualMachine provides read access to the * {@link java.lang.System#getProperties() system properties} in the target VM. @@ -289,8 +289,8 @@ /** * Loads an agent library. * - *

A JVM - * TI client is called an agent. It is developed in a native language. + *

A JVM TI + * client is called an agent. It is developed in a native language. * A JVM TI agent is deployed in a platform specific manner but it is typically the * platform equivalent of a dynamic library. Alternatively, it may be statically linked into the VM. * This method causes the given agent library to be loaded into the target @@ -298,8 +298,8 @@ * It then causes the target VM to invoke the {@code Agent_OnAttach} function * or, for a statically linked agent named 'L', the {@code Agent_OnAttach_L} function * as specified in the - * JVM Tools - * Interface specification. Note that the {@code Agent_OnAttach[_L]} + * JVM Tools Interface specification. + * Note that the {@code Agent_OnAttach[_L]} * function is invoked even if the agent library was loaded prior to invoking * this method. * @@ -380,8 +380,8 @@ /** * Load a native agent library by full pathname. * - *

A JVM - * TI client is called an agent. It is developed in a native language. + *

A JVM TI + * client is called an agent. It is developed in a native language. * A JVM TI agent is deployed in a platform specific manner but it is typically the * platform equivalent of a dynamic library. Alternatively, the native * library specified by the agentPath parameter may be statically @@ -397,8 +397,7 @@ * It then causes the target VM to invoke the {@code Agent_OnAttach} * function or, for a statically linked agent named 'L', the * {@code Agent_OnAttach_L} function as specified in the - * JVM Tools - * Interface specification. + * JVM Tools Interface specification. * Note that the {@code Agent_OnAttach[_L]} * function is invoked even if the agent library was loaded prior to invoking * this method. @@ -611,9 +610,9 @@ * way as on the command line, you need to specify at least the * {@code com.sun.management.jmxremote.port} property. * - *

See the online documentation for - * Monitoring and Management Using JMX Technology for further details. + *

See the online documentation for + * {@extLink monitoring_and_management_using_jmx_technology + * Monitoring and Management Using JMX Technology} for further details. * * @param agentProperties * A Properties object containing the configuration properties @@ -642,9 +641,9 @@ /** * Starts the local JMX management agent in the target virtual machine. * - *

See the online documentation for - * Monitoring and Management Using JMX Technology for further details. + *

See the online documentation for + * {@extLink monitoring_and_management_using_jmx_technology + * Monitoring and Management Using JMX Technology} for further details. * * @return The String representation of the local connector's service address. * The value can be parsed by the