os::exception_name() is the same for all POSIX platforms and can be merged into os_posix.cpp.
Moreover, all the different coding for "given a signal number, find the signal name" get be removed and replaced with calls to os::get_signal_name().
Finally, os::exception_name() should not return NULL because no caller seems to check for NULL.
Moreover, all the different coding for "given a signal number, find the signal name" get be removed and replaced with calls to os::get_signal_name().
Finally, os::exception_name() should not return NULL because no caller seems to check for NULL.
- relates to
-
JDK-8149748 Windows JVM_FindSignal does not recognize SIGxxx signal names
-
- Closed
-
-
JDK-8145073 Filename and linenumber are not printed for asserts any more.
-
- Resolved
-