8149174: [TESTBUG] TestJcmdDefaults.java: ouput should contain all content of jcmd/usage.out

Fixed typoeo in expected output

Reviewed-by: sspitsyn
This commit is contained in:
Dmitry Samersoff 2016-02-06 14:22:51 +03:00
parent f469d7c0f7
commit 034d9dddfc

View File

@ -7,7 +7,7 @@ Usage: jcmd <pid | main class> <command ...|PerfCounter.print|-f file>
If the pid is 0, commands will be sent to all Java processes.
The main class argument will be used to match (either partially
or fully) the class used to start Java.
If no options are given, lists Java processes (same as -p).
If no options are given, lists Java processes (same as -l).
PerfCounter.print display the counters exposed by this process
-f read and execute commands from the file