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

Yasumasa Suenaga ysuenaga at openjdk.java.net
Tue Dec 1 06:00:14 UTC 2020


On Tue, 1 Dec 2020 04:54:49 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Yasumasa Suenaga has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove sigset() from signal handler tests
>
> I would suggest we just delete the sigset usage as it is obsolete. The whole point of this test is to test signal chaining for the VM and sigset is undefined for a multi-threaded process (POSIX spec.) The use of sigaction suffices IMO.
> Thanks,
> David

It's better if we can remove `sigset()` from signal handler tests. So I did that in new commit. Could you review again?
This commit passed hotspot/jtreg/runtime/signal tests.

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

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


More information about the hotspot-runtime-dev mailing list