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

Add GetLastErrorString entry points to JVM and HPI

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.2.0
    • 1.2.0
    • 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

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: