eclipse / omr

Eclipse OMR™ Cross platform components for building reliable, high performance language runtimes
http://www.eclipse.org/omr
Other
940 stars 394 forks source link

Port unix/omrsignal.c changes to [win32|win64amd|ztpf]/omrsignal.c #4043

Open babsingh opened 5 years ago

babsingh commented 5 years ago

Recently, unix/omrsignal.c was updated to support all POSIX signals. During this effort, unix/omrsignal.c adopted a new format of signal constants. The changes for adopting the new signal constants need to be ported to [win32|win64amd|ztpf]/omrsignal.c.

Related design issues:

Required changes:

  1. ztpf/omrsignal.c should be identical to unix/omrsignal.c + ztpf specific changes.

  2. For win32/omrsignal.c and win64amd/omrsignal.c, only equivalent commits from https://github.com/eclipse/omr/pull/3921 are required. [win32|win64amd]/omrsignal.c does not support all POSIX signals. So, only the commits for using the new signal constants need to be ported to [win32|win64amd]/omrsignal.c.

github-actions[bot] commented 4 years ago

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment on the issue or it will be closed in 60 days.

babsingh commented 4 years ago

This issue is relevant and not stale.