Remove redundant coding around os::exception_name().

XMLWordPrintable

    • Type: Task
    • Resolution: Fixed
    • Priority: P5
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • None
    • b99

      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.

            Assignee:
            Thomas Stuefe
            Reporter:
            Thomas Stuefe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: