JDK-4167937 : Add GetLastErrorString entry points to JVM and HPI
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 1.2.0
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 1998-08-20
  • Updated: 1999-01-15
  • Resolved: 1999-01-15
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.2.0 1.2fcsFixed
Related Reports
Relates :  
Description
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

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: generic FIXED IN: 1.2fcs INTEGRATED IN: 1.2fcs
14-06-2004

EVALUATION Done, but the signature turned out to be int GetLastErrorString(char *buf, int len) in order to be thread-safe, and so the name changed too. -- mr@eng 8/24/1998
24-08-1998