-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
7u13
-
Windows
jstat sometimes prints "invalid argument count" message on Windows if "-?" option is passed:
jstat -?
invalid argument count
Usage: jstat -help|-options
jstat -<option> [-t] [-h<lines>] <vmid> [<interval> [<count>]]
...
It is strange that it happens intermittently. I was unable to reproduce it with 7u9 b05 fcs.
jstat -?
invalid argument count
Usage: jstat -help|-options
jstat -<option> [-t] [-h<lines>] <vmid> [<interval> [<count>]]
...
It is strange that it happens intermittently. I was unable to reproduce it with 7u9 b05 fcs.
- relates to
-
JDK-6364329 jstat displays "invalid argument count" with usage
- Resolved