On 1/21/2013 5:21 AM, Alan Bateman wrote:
The optionally of JVM TI is clear in its specification, the status of java.lang.management,
You meant java.lang.instrument (as in the subject).
or more specifically the -javaagent option is less clear. The change proposed here is to make it very clear that -javaagent is not required to be supported. The motive is small environments where it should not be necessary to have a way to start tool agents even though there may be command-line support.
The change looks good to me. Mandy