Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8143291

Remove redundant coding around os::exception_name().

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: P5 P5
    • 9
    • 9
    • 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.

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

              Created:
              Updated:
              Resolved: