RFR: 8344646: The libjsig deprecation warning should go to stderr not stdout

David Holmes dholmes at openjdk.org
Thu Nov 21 05:08:23 UTC 2024


On Thu, 21 Nov 2024 02:45:06 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

>> In JDK 16 we deprecated the old signal and sigset signal-chaining interfaces under [JDK-8257572](https://bugs.openjdk.org/browse/JDK-8257572). The deprecation warning was written to stdout but all other warnings go to stderr. Having the warning be on stdout causes interference with application output so we change it to stderr.
>> 
>> Testing
>>  - examined signal test output (see JBS issue)
>>  - tiers 1-3 sanity
>> 
>> Thanks
>
> Marked as reviewed by cjplummer (Reviewer).

Thanks for the review @plummercj !

I will wait the ~24 hours then integrate.

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

PR Comment: https://git.openjdk.org/jdk/pull/22283#issuecomment-2490088583


More information about the core-libs-dev mailing list