RFR: 7903439: JMH: Print help to stdout instead of stderr [v2]

Sherzod Mamadaliev duke at openjdk.org
Tue Feb 21 07:14:53 UTC 2023


On Mon, 20 Feb 2023 21:25:20 GMT, Seeta Ramayya <duke at openjdk.org> wrote:

>> I do not know the reason for using `System.err` for `help or -h`. I was expecting it to be in standard out not in error. 
>> 
>> Either of the things needs to be happen: 
>> 
>> - If it has to be `System.error` (for some reason) then it should be mentioned in `ReadMe.md` so that people like me does not get confused.
>> - If it is `System.out` then PR needs to be merged :)  
>> 
>> Change is just `3` characters so I did not report any issue before creating PR.
>
> Seeta Ramayya has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
> 
>   Help text is not error message

Marked as reviewed by mamadaliev at github.com (no known OpenJDK username).

-------------

PR: https://git.openjdk.org/jmh/pull/95


More information about the jmh-dev mailing list