Blocks :
|
|
Relates :
|
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.
|