RFR: 8257467: [TESTBUG] -Wdeprecated-declarations is reported at sigset() in exesigtest.c [v4]

Yasumasa Suenaga ysuenaga at openjdk.java.net
Wed Dec 2 08:31:54 UTC 2020


On Wed, 2 Dec 2020 08:04:27 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

>> Yasumasa Suenaga has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Revert "Remove sigset() from signal handler tests"
>>   
>>   This reverts commit 21437c3a3fe043a95c47c18f9adc3f5c59109ccc.
>
> LGTM

> > > and filing a RFE to deprecate, then remove sigset and signal from the signal chaining mechanism.
> > 
> > 
> > I can file it, but I wonder how we mark deprecate to sigset and signal? `#pragma` in each compilers?
> > Or can we remove them immediately after CSR is approved?
> 
> I think the official Oracle doc for signal chaining would have to be adapted (https://docs.oracle.com/javase/9/vm/signal-chaining.htm).

Thanks @tstuefe !
Anyway, I will integrate this change.

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

PR: https://git.openjdk.java.net/jdk/pull/1529


More information about the hotspot-runtime-dev mailing list