Hotspot still has a few uses of the thread unsafe strerror function.
Most places where strerror has been used previously, were already replaced by os::strerror (using a errno_to_string error text array).
But a few places remained and should also use os:strerror.
Most places where strerror has been used previously, were already replaced by os::strerror (using a errno_to_string error text array).
But a few places remained and should also use os:strerror.
- relates to
-
JDK-8148425 strerror() function is not thread-safe
-
- Closed
-
-
JDK-8146879 Add option for handling existing log files in UL
-
- Resolved
-
-
JDK-8215005 Missing include of runtime/os.hpp in zError.cpp after JDK-8214944 breaks build without precompiled headers
-
- Closed
-
-
JDK-8214976 Warn about uses of functions replaced for portability
-
- Resolved
-