When JConsole is given an invalid PID in the command line, it prints an error message to console:
% jconsole 1
Invalid process id:1
I think it would be more consistent to report it like the other connection errors: e.g., open the connection dialog and put the message in its bottom line.
% jconsole 1
Invalid process id:1
I think it would be more consistent to report it like the other connection errors: e.g., open the connection dialog and put the message in its bottom line.
- relates to
-
JDK-6411340 jconsole fails to open if one of the arguments is not valid process
-
- Closed
-