JDK-8143395 : evaluate if sigthreadmask can be removed from hotspot (aix) codebase
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: aix
  • CPU: ppc
  • Submitted: 2015-11-20
  • Updated: 2023-10-11
  • Resolved: 2023-10-11
Related Reports
Duplicate :  
Description
sigthreadmask is used only in one place in hotspot codebase.  With this enhancement it should be evaluated if sigthreadmask need to be used. If it is needed the reason why pthread_sigmask could not be used should be documented. If it is not needed it should be replaced with pthread_sigmask.