Add GetLastErrorString entry points to JVM and HPI

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • 1.2.0
    • Affects Version/s: 1.2.0
    • Component/s: hotspot
    • None
    • 1.2fcs
    • generic
    • generic
    • Not verified

      These procedures should return a null-terminated string in the platform's
      encoding that describes the most recent OS-level error. On Unix systems
      sysLastErrorString will simply call strerror(errno); on Win32 it will call
      GetLastError and then FormatMessage. For the classic VM, the JVM entry point is
      just a call-through to sysLastErrorString. -- mr@eng 8/20/1998

            Assignee:
            Mark Reinhold
            Reporter:
            Mark Reinhold
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: