Loading... (original) (raw)
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.