When removing the use of JVM_* functions from java.io code in JDK-8001334, we remove JVM_GetLastErrorString() function and bring over the codes in os::lasterror into getLastErrorString() in io_util_md.c file.
The locale of the error messages needs to be examined based on the localized OS version.
The locale of the error messages needs to be examined based on the localized OS version.
- blocks
-
JDK-6927425 (process) Decode system error messages (win)
- Closed
- relates to
-
JDK-8016579 (process) IOException thrown by ProcessBuilder.start() method is incorrectly encoded
- Resolved