-
Enhancement
-
Resolution: Fixed
-
P4
-
19
-
b07
Functions os::close(), os::read(), and os::socket() just call ::close(), ::read(), and ::socket() for both Posix and Windows. The os:: versions of these functions should be removed and hotspot should call the :: versions directly.
- relates to
-
JDK-8214976 Warn about uses of functions replaced for portability
-
- Resolved
-