RFR: 8143558 evaluate if thr_sigsetmask can be removed from hotspot (solaris) codebase

David Holmes david.holmes at oracle.com
Fri Jan 15 04:25:56 UTC 2016


On 14/01/2016 5:06 PM, David Holmes wrote:
> Hi Sebastien,
>
> Sorry for the delay on this. I will take this and test it etc.

Tested, Reviewed and currently being pushed.

Thanks,
David

> Thanks,
> David
>
> On 23/12/2015 11:29 PM, Sebastian Sickelmann wrote:
>> Hi,
>>
>> as a side-effect of https://bugs.openjdk.java.net/browse/JDK-8136978 i
>> created
>> a Enhancement in JBS
>>
>> https://bugs.openjdk.java.net/browse/JDK-8143558
>>
>> As David commented in JBS it is possible to replace the usage of
>> thr_sigsetmask with pthread-sigmask.
>>
>> Maybe the change is not worth anything on its own. I hope that we can
>> find more duplicated code that can be removed easier.
>>
>> I have create patch that replaces all calls to thr_sigsetmask:
>>
>> http://cr.openjdk.java.net/~sebastian/8143558/webrev.02/
>>
>> Unfortunately (Lacking a solaris environment) I am not able to compile
>> check / jtreg-test this change.
>>
>> --
>> Sebastian
>>


More information about the hotspot-runtime-dev mailing list