8006565: java.lang.instrument specification should make it clear that -javaagent is optional
authoralanb
Fri, 25 Jan 2013 13:09:47 +0000
changeset 15306 4d1877e73daa
parent 15305 45a0eb6ab4f7
child 15307 6c19bd915338
8006565: java.lang.instrument specification should make it clear that -javaagent is optional Reviewed-by: sla, dcubed, mchung
jdk/src/share/classes/java/lang/instrument/package.html
--- a/jdk/src/share/classes/java/lang/instrument/package.html	Fri Jan 25 17:00:18 2013 +0800
+++ b/jdk/src/share/classes/java/lang/instrument/package.html	Fri Jan 25 13:09:47 2013 +0000
@@ -53,8 +53,10 @@
 <h3>Command-Line Interface</h3>
 
 <P> 
-On implementations with a command-line interface, an agent is started by
-adding this option to the command-line:
+An implementation is not required to provide a way to start agents from the
+command-line interface. On implementations that do provide a way to start agents
+from the command-line interface, an agent is started by adding this option to
+the command-line:
 <blockquote>
 <code><b>-javaagent:</b></code><i>jarpath[</i><code><b>=</b></code><i>options]</i>
 </blockquote>