RFR: 8027765 Make exit codes and stdout/stderr printing from jmap/jinfo/jstack/jps consistent

Andrew Haley aph at redhat.com
Thu Nov 14 04:37:57 PST 2013


On 11/14/2013 12:12 PM, Staffan Larsen wrote:
>>  int exit = arg1.equals("-help") || arg1.equals("-h") ? 0 : 1;

Please do not call a variable "exit".  exit() is a standard function.

Andrew.



More information about the serviceability-dev mailing list